Differences between revisions 11 and 12
Revision 11 as of 2007-06-12 19:05:30
Size: 1237
Comment:
Revision 12 as of 2007-06-16 00:37:44
Size: 1375
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
  * DatabaseBooks -- lists a few recommended titles for learning about databases. These books aren't Python-specific.
 
Line 29: Line 27:
== Resources ==
Line 30: Line 29:
See also:   * DatabaseBooks -- lists a few recommended titles for learning about databases. These books aren't Python-specific.

  * [http://dmoz.org/Computers/Programming/Databases/ Programming:Databases] category on dmoz.org

== Non-relational Databases ==

Resources on using databases with Python

  • ChoosingDatabase -- lists databases supported by Python libraries.

  • DatabaseInterfaces -- another list of databases accessible from Python. (Should merge this list with the above one...)

  • HigherLevelDatabaseProgramming -- wrappers that provide simpler or higher-level database interfaces, such as object/relational mappers and SQL generators.

The DB-API

The DB-API is a specification for a common interface to relational databases, currently at version 2.0.

Future development of the API:

Historical development:

Resources

Non-relational Databases

DatabaseProgramming (last edited 2011-11-26 09:05:05 by MarcAndreLemburg)

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