Differences between revisions 33 and 34
Revision 33 as of 2007-03-31 11:25:27
Size: 3396
Editor: user-514d46b2
Comment:
Revision 34 as of 2007-07-17 17:29:00
Size: 3474
Editor: 201-14-57-210
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
 * [https://storm.canonical.com Storm]: Clean and powerful ORM by Canonical.

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.

Object Relational Mappers (ORMs)

SQL Wrappers & Generators

Relational Python

  • [http://www.quicksort.co.uk Dee]: A proposal to supersede SQL and the need for database sub-languages. Adds truly relational capabilities to Python (no wrappers, no mappers).

See also PersistenceSystems and ObjectOrientedDatabase

Editorial Notes

The above lists should be arranged in ascending alphabetical order - please respect this when adding new entries. When specifying release dates please use the format YYYY-MM-DD.


CategoryTracker

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

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