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
Beschreibungobject relational manager providing an object interface to your database
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.12.4-2
Sektionpython
Prioritätoptional
Installierte Größe884 Byte
Hängt ab vonpython, python-support (>= 0.90.0), python-pkg-resources (>= 0.6c8), python-formencode
Empfohlene Pakete
PaketbetreuerDebian Python Modules Team
Quellesqlobject
Paketgröße200470 Byte
Prüfsumme MD5277cdd5488ffe5eefa7515f60ce3894b
Prüfsumme SHA186ab7d47dad0bb799979316fe737fc836ce6a86d
Prüfsumme SHA2568a337b927612ddbc6a40a9ef27356584baef9d51b13fdd6882ae52d1fdccf1c4
Link zum Herunterladenpython-sqlobject_0.12.4-2_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