py2db
Use Database objects as Python objects
The goal of this project is to use database objects as Python objects.
There is much OO and application-level functionality that a database can't include, and shouldn't know about -- but wouldn't it be cool if it did ?
Py2db lets you get the best of both worlds by converting database objects into Python objects. Your application can then use these Python objects any way it sees fit, and by doing so you are using database objects in an OO manner.
Currently we support Python 2.x...