[ANN] SQLObject 0.6.1

I

Ian Bicking

SQLObject 0.6.1
---------------

Version 0.6.1 is a bug fix release for 0.6. Most of the work on this
release has been thanks to the contributions of Oleg Broytmann.
Thanks Oleg!

A brief list of changes:

* All class methods take a connection argument.
* "DISTINCT" option for select results.
* Connection objects have a new module attribute, to get access to the
connection's exceptions.
* New UnicodeCol() for encoding and decoding values from the database.
* Added Indexing (patch from Jeremy Fitzhardinge).
* Database connections explicitly closed, instead of just letting them
be garbage collected.
* selectBy can take be called with instances instead of only IDs for
foreign key columns.
* DBMConnection was removed (it's been broken a long time).

What Is SQLObject?
------------------

SQLObject is an Object-Relational Mapper. Basically it makes your
database rows feel like (relatively) normal Python objects: Tables are
classes, rows are instances, columns are attributes.

SQLObject both allows you to define your classes in Python, and
SQLObject will create the tables on your behalf, or SQLObject may use
database reflection to dynamically create a class given a table name.
SQLObject portably supports a variety of database backends: MySQL,
PostgreSQL, SQLite, Firebird, MaxDB/SAPDB, and SyBase.

SQLObject is being used in a variety of external projects:
ezSQLObject, sqlo for Zope 3, and Subway (a Ruby on Rails clone),
among others.

Where Is SQLObject?
-------------------

Website:
http://sqlobject.org
http://sqlobject.org/docs/News.html#sqlobject-0-6-1
Documentation:
http://sqlobject.org/docs/SQLObject.html
Subversion repository:
http://svn.colorstudy.com/trunk/SQLObject
Mailing list:
http://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
Archives:
http://dir.gmane.org/gmane.comp.python.sqlobject
Download:
http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.6.1.tar.gz?download
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SQLObject 1.5.1 0
SQLObject 1.5.2 0
SQLObject 1.4.0 0
SQLObject 1.3.2 and 1.2.4 0
SQLObject 1.3.3 and 1.4.1 0
SQLObject 1.2.2 0
SQLObject 1.1.2 0
SQLObject 0.14.1 0

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top