[ Bron: peewee ]
Pakket: python3-peewee (3.7.0+dfsg-1)
Verwijzigingen voor python3-peewee
Debian bronnen:
Het bronpakket peewee downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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 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 3 package.
Andere aan python3-peewee gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: libsqlite3-0 (>= 3.7.4)
- SQLite 3 shared library
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.6~)
-
- rec: python-peewee-doc
- Documentation pyhton peewee simple ORM
-
- rec: python3-mysqldb
- Python interface to MySQL
- of python3-pymysql
- Pure-Python MySQL Driver - Python 3.x
-
- rec: python3-psycopg2
- Python 3 module for PostgreSQL