ANN: SQLObject 0.4

Ian Bicking ianb at colorstudy.com
Sat Jul 5 00:57:42 EDT 2003


SQLObject 0.4: http://sqlobject.org

Changes
=======

* New (cleaner) column definition style, including for foreign keys
* Alternate naming conventions supported
* Subclassing supported

What Is SQLObject?
==================

SQLObject is an object-relational mapper, translating RDBMS tables into
classes, rows into instances of those classes, allowing you to
manipulate those objects to transparently manipulate the database. 
SQLObject currently supports Postgres, MySQL, and SQLite.

Links
=====

Download:
http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.4.tar.gz?download
Documentation:
http://sqlobject.org/docs/SQLObject.html
News:
http://sqlobject.org/docs/News.html

-- 
Ian Bicking   ianb at colorstudy.com  http://colorstudy.com
PGP:  gpg --keyserver pgp.mit.edu --recv-keys 0x9B9E28B7






More information about the Python-list mailing list