Paketname | python-sqlobject |
Beschreibung | Python module for SQLObject |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.11.0-1.1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 1204 Byte |
Hängt ab von | python, python-central (>= 0.6.11), python-pkg-resources (>= 0.6c8), python-formencode |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | sqlobject |
Paketgröße | 314342 Byte |
Prüfsumme MD5 | e06291fc9e3410a2ff778243901d418a |
Prüfsumme SHA1 | 1a43ef85c7d96d9b2f1bd3ff4ad8a38e62ffa886 |
Prüfsumme SHA256 | 58c7a6c944cfddb2baf09061e0c57b8b6636792271c126a89f65c8ffb1b0a093 |
Link zum Herunterladen | python-sqlobject_0.11.0-1.1_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).
|