[ buster ]
[ 原始碼: peewee ]
套件:python-peewee(3.7.0+dfsg-1)
Simple ORM for PostgreSQL, MySQL and SQLite (Python 2)
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 versions 2.6+ and 3.2+. * built-in support for sqlite, mysql and postgresql numerous extensions available (postgres hstore/json/arrays, sqlite full-text-search, schema migrations, and much more).
This is the Python 2 package.
其他與 python-peewee 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: libsqlite3-0 (>= 3.7.4)
- SQLite 3 shared library
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- rec: python-mysqldb
- Python interface to MySQL
- 或者 python-pymysql
- Pure-Python MySQL driver - Python 2.x
-
- rec: python-peewee-doc
- Documentation pyhton peewee simple ORM
-
- rec: python-psycopg2
- Python module for PostgreSQL