[ ソース: peewee ]
パッケージ: python3-peewee (3.14.1+dfsg-1)
python3-peewee に関するリンク
Debian の資源:
peewee ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Simple ORM for PostgreSQL, MySQL and SQLite (Python 3)
Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use.
* A small, expressive ORM * Written in Python with support for version 3.2+. * Built-in support for sqlite, MySQL, and PostgreSQL. Numerous extensions are available (postgres hstore/json/arrays, sqlite full-text-search, schema migrations, and much more).
This is the Python 3 package.
その他の python3-peewee 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libsqlite3-0 (>= 3.7.4)
- SQLite 3 共有ライブラリ
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- rec: python-peewee-doc
- Documentation pyhton peewee simple ORM
-
- rec: python3-mysqldb
- Python interface to MySQL
- または python3-pymysql
- Pure-Python MySQL Driver - Python 3.x
-
- rec: python3-psycopg2
- Python 3 module for PostgreSQL