Differences between revisions 25 and 27 (spanning 2 versions)
Revision 25 as of 2006-03-14 02:06:20
Size: 2591
Editor: admin
Comment:
Revision 27 as of 2006-09-07 10:15:31
Size: 2751
Editor: PaulBoddie
Comment: ORM/QLime address changes
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * [http://www.tux4web.de/orm/ Object Relational Membrame]: ORM  * [http://orm.nongnu.org/ Object Relational Membrame] ([http://freshmeat.net/projects/orm/ Freshmeat entry]): ORM
Line 21: Line 21:
 * [http://www.qlime.org/ QLime]: Easy to use, transparent data access to relational databases or other data sources. See examples here: http://www.qlime.org/example.rst  * QLime ([http://freshmeat.net/projects/qlime/ Freshmeat entry]): Easy to use, transparent data access to relational databases or other data sources. See examples here: http://www.qlime.org/example.rst '''Note: qlime.org does not currently provide the QLime site'''
Line 23: Line 23:
 * PyTable

There are several wrappers that provide improved or simplified interfaces to SQL databases. Some of these might be referred to as object relational mappers, or ORM in this list -- these create Pythonic objects out of database rows. Others may only help generate SQL, or provide simple mapping support.

See also PersistenceSystems and ObjectOrientedDatabase

HigherLevelDatabaseProgramming (last edited 2018-02-01 18:11:05 by EtienneRobillard)

Unable to edit the page? See the FrontPage for instructions.