Differences between revisions 21 and 22
Revision 21 as of 2005-10-18 22:28:11
Size: 2418
Editor: 157
Comment:
Revision 22 as of 2005-10-18 22:31:56
Size: 2665
Editor: 157
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
 * [http://lists.canonical.org/pipermail/kragen-hacks/2004-April/000394.html prototype SchemQL/Roe-like thing in Python] --- Python objects representing relational algebra expressions, backed by lazy compilation to SQL and an iterable interface.

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.