[go: up one dir, main page]

Menu

Tree [47dde2] 1.5.3 /
 History

HTTPS access


File Date Author Commit
 debian 2013-10-05 Oleg Broytman Oleg Broytman [3b95b0] Merge revision 4667 from branch 1.5: remove men...
 docs 2014-10-26 Oleg Broytman Oleg Broytman [d7a12d] Allow unicode in .orderBy(u'-column')
 scripts 2011-04-18 Oleg Broytman Oleg Broytman [25e4ae] Merged revision 4381 from branch 1.0: version 1...
 sqlobject 2014-10-26 Oleg Broytman Oleg Broytman [47dde2] Release 1.5.3
 .gitignore 2014-07-24 Oleg Broytman Oleg Broytman [77aa96] Add .gitignore (created by git svn create-ignore)
 MANIFEST.in 2013-10-05 Oleg Broytman Oleg Broytman [3b95b0] Merge revision 4667 from branch 1.5: remove men...
 README.txt 2014-10-26 Oleg Broytman Oleg Broytman [47dde2] Release 1.5.3
 setup.cfg 2014-10-26 Oleg Broytman Oleg Broytman [47dde2] Release 1.5.3
 setup.py 2014-08-22 Oleg Broytman Oleg Broytman [a6b2f4] Change download URL

Read Me

SQLObject 1.5.3
===============

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/