peewee¶
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
flexible query-builder that exposes full power of SQL
supports sqlite, mysql, mariadb, postgresql.
tons of extensions
Peewee’s source code hosted on GitHub.
New to peewee? These may help:
Contents:¶
- Installing and Testing
- Quickstart
- Example app
- Database
- Models and Fields
- Relationships and Joins
- Querying
- Writing Data
- Query Operators
- Transactions
- Schema Management
- Async Support
- Framework Integration
- Using Peewee Interactively
- Query Builder
- Query Examples Library
- API Reference
- SQLite
- Postgresql
- MySQL and MariaDB
- Database Tooling
- ORM Utilities
- Recipes
- Contributing
Note¶
If you find any bugs, odd behavior, or have an idea for a new feature please don’t hesitate to open an issue on GitHub.