Paketname | python-sqlobject |
Beschreibung | object relational manager providing an object interface to your database |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.12.4-2 |
Sektion | python |
Priorität | optional |
Installierte Größe | 884 Byte |
Hängt ab von | python, python-support (>= 0.90.0), python-pkg-resources (>= 0.6c8), python-formencode |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | sqlobject |
Paketgröße | 200470 Byte |
Prüfsumme MD5 | 277cdd5488ffe5eefa7515f60ce3894b |
Prüfsumme SHA1 | 86ab7d47dad0bb799979316fe737fc836ce6a86d |
Prüfsumme SHA256 | 8a337b927612ddbc6a40a9ef27356584baef9d51b13fdd6882ae52d1fdccf1c4 |
Link zum Herunterladen | python-sqlobject_0.12.4-2_all.deb |
Ausführliche Beschreibung | SQLObject is an object-relational mapper. It allows you to translate RDBMS
table rows into Python objects, and manipulate those objects to transparently
manipulate the database.
.
In using SQLObject, you will create a class definition that will describe how
the object connects to the database (in addition to any other methods you may
wish to add to the class). SQLObject will produce the code to access the
database, and update the database with your changes. The interface to the
database is meant to be indistinguishable from other interfaces you may add
to the object.
.
SQLObject also includes a novel feature to generate WHERE clauses using
Python syntax and objects (instead of generating SQL using string
substitution, as is traditional).
|