ANN: SQLObject 0.3

Ian Bicking ianb at colorstudy.com
Tue Apr 8 00:32:46 EDT 2003


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.


-- 
Ian Bicking  ianb at colorstudy.com  http://colorstudy.com
4869 N. Talman Ave., Chicago, IL 60625  /  773-275-7241
"There is no flag large enough to cover the shame of 
 killing innocent people" -- Howard Zinn






More information about the Python-list mailing list