Index of /www001/src/ports/databases/py-sqlobject/work/SQLObject-0.9.1

      Name                    Last modified       Size  Description

[DIR] Parent Directory 30-Dec-2007 01:53 - [   ] MANIFEST.in 09-Feb-2006 08:14 1k [   ] PKG-INFO 26-Jul-2007 14:02 1k [DIR] SQLObject.egg-info/ 26-Jul-2007 14:02 - [DIR] debian/ 26-Jul-2007 14:02 - [DIR] docs/ 26-Jul-2007 14:02 - [DIR] ez_setup/ 26-Jul-2007 14:02 - [   ] release 09-Feb-2006 08:14 1k [DIR] scripts/ 26-Jul-2007 14:02 - [   ] setup.cfg 26-Jul-2007 14:02 1k [   ] setup.py 26-Jul-2007 07:31 4k [DIR] sqlobject/ 26-Jul-2007 14:02 -

SQLObject 0.9
=============

Thanks for looking at SQLObject.  SQLObject is an object-relational
mapper, i.e., a library that will wrap your database tables in Python
classes, and your rows in Python instances.

It currently supports MySQL through the `MySQLdb` package, PostgreSQL
through the `psycopg` package, SQLite, Firebird, MaxDB (SAP DB) and
Sybase.  It should support Python versions back to 2.2.

For more information please see the documentation in
docs/SQLObject.txt, or online at http://sqlobject.org/