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