Differences between revisions 12 and 13
Revision 12 as of 2004-03-16 21:45:45
Size: 1146
Editor: c211-28-245-127
Comment:
Revision 13 as of 2004-03-28 05:12:39
Size: 1363
Editor: rrcs-central-24-106-86-34
Comment: Added PDO
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * [http://pdo.neurokode.com PDO]: Python Database Objects - allows use of most DBAPI modules with a clean, simple API similar in scope to ADO or JDBC. Column access by name is provided by a low overhead mechanism.

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.