pskel

Simple ORM for PostgreSQL, MySQL and SQLite (Python 3)

Install

All systems
curl cmd.cat/pskel.sh
Debian Debian
apt-get install python3-peewee
Ubuntu
apt-get install peewee
image/svg+xml Kali Linux
apt-get install python3-peewee
Fedora
dnf install python3-peewee
Windows (WSL2)
sudo apt-get update sudo apt-get install peewee

python3-peewee

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.

peewee

Command line Tools for python peewee (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).