| 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 | 2013-10-05 |
|
[24cb9c] SQLObject 1.5.0 final |
| MANIFEST.in | 2004-02-05 |
|
[ac9158] Initial import of SQLObject and DataTest |
| README.txt | 2013-10-05 |
|
[24cb9c] SQLObject 1.5.0 final |
| setup.cfg | 2013-10-05 |
|
[24cb9c] SQLObject 1.5.0 final |
| setup.py | 2013-08-29 |
|
[af0894] Release 1.5.0rc1 |
SQLObject 1.5.0 =============== 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/