ANN: SQLObject 0.3

Philippe Lafoucrière lafou at wanadoo.fr
Tue Apr 8 04:57:23 EDT 2003


Ian Bicking wrote:

> SQLObject 0.3 has been release:
>   http://sqlobject.org
> 
> Changes
> -------
> 
> * Automatic table creation based off class.
> * Create classes from database.
> * Dynamically add and remove columns to live classes and databases.
> * anydbm-based backend (queryable database without SQL).
> * Better caching.
> * Some bugs fixed.
> 
> What is it?
> -----------
> 
> SQLObject is an object-relational mapper.  It allows you to translate
> RDBMS table rows into Python objects, and manipulate those objects to
> transparently manipulate the database.
> 
> SQLObject emphasizes convenience.  It's easy to learn and easy to use,
> and doesn't require too much typing or use of any tools outside of your
> editor and your Python source.
> 
> 


It is quite similar to the Twisted Matrix Row object !?




More information about the Python-list mailing list