Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SQLObject-1.3.0-py2.7.egg | 2012-03-31 | 353.2 kB | |
SQLObject-1.3.0-py2.6.egg | 2012-03-31 | 354.5 kB | |
SQLObject-1.3.0-py2.5.egg | 2012-03-31 | 355.1 kB | |
SQLObject-1.3.0-py2.4.egg | 2012-03-31 | 359.2 kB | |
SQLObject-1.3.0.tar.gz | 2012-03-31 | 261.6 kB | |
README.rst | 2012-03-31 | 1.3 kB | |
Totals: 6 Items | 1.7 MB | 0 |
Hello!
I'm pleased to announce version 1.3.0, the first stable release of branch 1.3 of SQLObject.
What is SQLObject
SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get started with.
SQLObject supports a number of backends: MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (also known as SAPDB).
Where is SQLObject
Site: http://sqlobject.org
Development: http://sqlobject.org/devel/
Mailing list: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
Archives: http://news.gmane.org/gmane.comp.python.sqlobject
Download: http://pypi.python.org/pypi/SQLObject/1.3.0
News and changes: http://sqlobject.org/News.html
What's New
Features & Interface
- PostgresConnection performs translation of exceptions to standard SQLObject's hierarchy of exceptions.
- Major update of FirebirdConnection: introspection was completely rewritten and extended; charset was renamed to dbEncoding; a longstanding bug was fixed - pass port to connect().
For a more complete list, please see the news: http://sqlobject.org/News.html