public marks

PUBLIC MARKS from pvergain with tag orms

11 November 2006 21:30

Python Database

(via)
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.

pvergain's TAGS related to tag orms

database +   python +