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@colorstudy.com http://colorstudy.com PGP: gpg --keyserver pgp.mit.edu --recv-keys 0x9B9E28B7
participants (1)
-
Ian Bicking