Differences between revisions 3 and 4
Revision 3 as of 2002-10-12 14:20:47
Size: 177
Editor: pD9EB05BB
Comment:
Revision 4 as of 2002-11-27 09:28:05
Size: 784
Editor: dsl-65-184-205-5
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Python supports the creation of BusinessObjectModels using tools such as PyDo. Are there others? 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.
Line 3: Line 3:
Yeah. MiddleKit from ["Webware"], and DbObj. [comment from GerhardHäring]  * DbObj: ORM
 * [http://opensource.theopalgroup.com/ db_row]: SQL result wrapper
 * [http://www.livinglogic.de/Python/sql/ ll.sql]: SQL generator
 * MiddleKit: ORM
 * [http://www.tux4web.de/orm/ Object Relational Membrame]: ORM
 * PyDo: ORM
 * [http://www.colorstudy.net/software/webware/SQLBuilder.py SQLBuilder]: SQL generator
 * [http://dustman.net/andy/python/SQLDict SQLDict]: SQL wrapper
 * [http://colorstudy.com/software/python/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.

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

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