[DB-SIG] ANN: SQLObject 0.4
Ian Bicking
ianb at colorstudy.com
Sat Jul 5 05:55:28 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 DB-SIG
mailing list