パッケージ: sqlobject-admin (3.7.0+dfsg-2)
sqlobject-admin に関するリンク
Debian の資源:
sqlobject ソースパッケージをダウンロード:
- [sqlobject_3.7.0+dfsg-2.dsc]
- [sqlobject_3.7.0+dfsg.orig.tar.gz]
- [sqlobject_3.7.0+dfsg-2.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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-sqlobject (= 3.7.0+dfsg-2)
- Python 3 object relational manager providing an object interface to databases