[go: up one dir, main page]

Menu

Tree [f927c0] 1.5.2 /
 History

HTTPS access


File Date Author Commit
 debian 2004-06-23 Philippe Normand Philippe Normand [8b0db7] Debian package is finally done. To build it:
 docs 2013-07-20 Oleg Broytman Oleg Broytman [ad1b7a] Branch 1.5
 scripts 2011-04-18 Oleg Broytman Oleg Broytman [25e4ae] Merged revision 4381 from branch 1.0: version 1...
 sqlobject 2014-04-13 Oleg Broytman Oleg Broytman [f927c0] Stable version 1.5.2
 MANIFEST.in 2004-02-05 Ian Bicking Ian Bicking [ac9158] Initial import of SQLObject and DataTest
 README.txt 2014-04-13 Oleg Broytman Oleg Broytman [f927c0] Stable version 1.5.2
 setup.cfg 2014-04-13 Oleg Broytman Oleg Broytman [f927c0] Stable version 1.5.2
 setup.py 2013-12-25 Oleg Broytman Oleg Broytman [1215de] Going to release version 1.6.0a1

Read Me

SQLObject 1.5.2
===============

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), MS SQL
Sybase and Rdbhost.  It should support Python versions back to 2.4.

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