Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2002-11-27 18:55:27
Size: 857
Editor: pD95303F1
Comment: references
Revision 7 as of 2003-01-28 08:45:56
Size: 936
Editor: dsl-65-184-205-5
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * PgResultSet: built-in facility for column access by name for pyPgSQL and PySQLite
Line 11: Line 12:
 * [http://colorstudy.com/software/python/SQLObject/ SQLObject]: ORM  * [http://colorstudy.com/software/SQLObject/ SQLObject]: ORM

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.