Database Objects (dbObj) is a dynamic object-oriented, repository based layer on top of the Python DB-API II spec.
DbObj is developed in sync with Kura database application.
DbObj wraps the DB-API II spec in several layers. At the bottom, there's a wrapper around the interface. the db.py module connects to the database. asks the database to execute queries and returns results.
|
|