Quickstart Model Definition Storing data Retrieving Data Getting single records Lists of records Sorting Combining filter expressions Aggregates and Prefetch SQL Functions ...
Logging queries Logging queries All queries are logged to the peewee namespace using the standard library logging module. Queries are logged using the DEBUG level. If you’re i...
Logging queries Logging queries All queries are logged to the peewee namespace using the standard library logging module. Queries are logged using the DEBUG level. If you’re i...
Logging queries Logging queries All queries are logged to the peewee namespace using the standard library logging module. Queries are logged using the DEBUG level. If you’re i...
Installing and Testing Installing and Testing Most users will want to simply install the latest version, hosted on PyPI: pip install peewee Peewee comes with a couple C ...
Indexes and Constraints Single-column indexes and constraints Multi-column indexes Advanced Index Creation Table constraints Indexes and Constraints Peewee can create index...
Reflection Reflection The reflection module contains helpers for introspecting existing databases.This module is used internally by several other modules in the playhouse,inclu...