套件:sqlobject-admin(3.9.0+dfsg-1)
sqlobject-admin 的相關連結
Debian 的資源:
下載原始碼套件 sqlobject:
- [sqlobject_3.9.0+dfsg-1.dsc]
- [sqlobject_3.9.0+dfsg.orig.tar.xz]
- [sqlobject_3.9.0+dfsg-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [www.sqlobject.org]
相似套件:
Helper applications for SQLObject, a Python ORM for databases
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).
This package includes the sqlobject-admin and sqlobject-convertOldURI helper applications for use with SQLObject.
其他與 sqlobject-admin 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-sqlobject (= 3.9.0+dfsg-1)
- Python 3 object relational manager providing an object interface to databases