My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 379
"""A class to access MySQLdb's table. used: from mySQL import MyTable s = MyTable( _host='192.168.1.10', _user='test', _table='test.test', age=30 ) # this will execute "select * from test.test where age=30;" or define a new class to use simple: class test(MyTable): def __init__( *...
<ol> <li>*Eclipse plugin* - Dreamsource ORM code generator. See a manual from <a href="http://www.leeonsoft.com/orm_plugin.jsp">www.leeonsoft.com</a>. <li>*Dreamsource ORM*<br/> It abstracts a database table metadata into a _*com.leeonsoft.jdbc.crud.Table*_ so it can programatically and concisely...
*two new features published in Source,support mssqlserver2000 database and Mysql database* [http://code.google.com/p/query2object/wiki/ChineseManual 中文手册] ---- =What is Query2Object= It's a DAL Component.We don't care the relationship between the entity object,it just make a strong typed query...
=BizBlox Object Relational Mapping (ORM) Developer Suite for .NET= *BizBlox is the simplest ORM system for Visual Studio today yet it provides powerful features you can grow in to as you need them.* * Automatically create thousands of lines of repetitive database code in seconds for C# or Vi...
=En Creación próximamente estará habilitado= [http://www.ORMphp.com.ar http://www.beetec.com.ar/images/ORMphp.png] El objetivo de [http://www.ORMphp.com.ar ORMphp] es facilitar la creación del Modelo de persistencia, es decir, ayudar a crear la relación entre la Base de Datos y los Class que r...
Mosquito PHP5 Persistence API is a persistence API written in PHP5. It is a lightweight wrapper on top of PDO and its main role is to automate the basic CRUDL operations with a minimum amount of input from the developer by making use of reflection, annotations and database metadata. The current vers...
==Faster development. Full flexibility== * Full freedom on class design. O/R Broker does not place any limitations on how you design your classes. No restrictions whatsoever. * You write the SQL. This allows you to hand tune any query and from personal experience, is as fast (if not faster) ...
由于项目常常与数据打交道,现在主流的开源对象关系映射(ORM)为Hibernate;但做为工具我觉得它有些复杂化,大量的配置文件与逻辑关系; 这是我在开发项目中所整理出来自己的一套ORM数据库对象关系映射的工具,这个工具虽然没有Hibernate强大但要比Hibernate方便简单快捷大大减少程序开发周期; 里面集成了数据库的所有常用操作:获得查询数据对象集合、获得分页数据对象集合、获得单个数据对象、修改数据对象、插入数据对象、调用存储过程;封装了绝大多数的数据库操作,对特殊数据类型也进行了相应的处理如BLOB、CLOB、DATE、NUMBER等让操作更加方便实用;
Catnap is a rudimentary lightweight ORM for .NET. It currently supports only sqlite3. It was created to alleviate the of pain hand-rolling data access and dynamic SQL for applications that target an environment where a full featured ORM (such as NHibernate) is incompatible or too heavy. More spec...
<img src="http://simpledotnet.googlecode.com/files/SimpleDotNetTransparentSmall-2.0.png"/> = Introduction = This project is changing too much in the last months. Documentation is very likely to be out of date. There will be some alpha releases in the next weeks. Probably a beta one next mon...
1 2 3 4 5 6 7 8 9 10 Next