DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-sqlobject
BeschreibungPython module for SQLObject
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.11.0-1.1
Sektionuniverse/python
Prioritätoptional
Installierte Größe1204 Byte
Hängt ab vonpython, python-central (>= 0.6.11), python-pkg-resources (>= 0.6c8), python-formencode
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quellesqlobject
Paketgröße314342 Byte
Prüfsumme MD5e06291fc9e3410a2ff778243901d418a
Prüfsumme SHA11a43ef85c7d96d9b2f1bd3ff4ad8a38e62ffa886
Prüfsumme SHA25658c7a6c944cfddb2baf09061e0c57b8b6636792271c126a89f65c8ffb1b0a093
Link zum Herunterladenpython-sqlobject_0.11.0-1.1_all.deb
Ausführliche BeschreibungSQLObject 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).


Impressum
Linux is a registered trademark of Linus Torvalds