ANN: SQLObject 0.5

Ian Bicking ianb at colorstudy.com
Sat Nov 1 16:30:26 EST 2003


SQLObject 0.5
=============

SQLObject is an Object-Relational Mapper (ORM), wrapping your database 
tables in easy-to-use Python classes.

Changes
-------

* Firebird support.
* Generic conversion routines (makes a BoolCol possible).
* Non-integer primary keys.
* Instance (row) caches can be synced or expired relative to the 
database.
* Many transaction-related bugs fixed.
* And smaller stuff too.

Where
-----

Home: http://sqlobject.org
Changes: http://sqlobject.org/docs/News.html
Docs: http://sqlobject.org/docs/SQLObject.html
Download:
   http://prdownloads.sf.net/sqlobject/SQLObject-0.5.tar.gz?download


--
Ian Bicking | ianb at colorstudy.com | http://blog.ianbicking.org






More information about the Python-list mailing list