Differences between revisions 13 and 14
Revision 13 as of 2004-03-28 05:12:39
Size: 1363
Editor: rrcs-central-24-106-86-34
Comment: Added PDO
Revision 14 as of 2004-03-31 06:59:28
Size: 1524
Editor: c211-28-245-127
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * [http://roundup.sf.net/ Roundup's hyperdb]: semi-ORM  * [http://roundup.sf.net/ Roundup's hyperdb]: set of constrained data types with relations (many-to-many included) over multiple backends including SQL, metakit and db (yes, relations in an anydbm-backed database :)

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.