peewee==4.2.6
# a little orm
$ pip install peewee
downloads/wk
11,432,537
license
—
version
4.2.6
python
any
What is peewee?
Peewee is a lightweight Python ORM (Object-Relational Mapping) library that simplifies database interactions by letting you define and query database tables using Python classes instead of raw SQL. Developers use it when they need straightforward database operations without the complexity and overhead of larger frameworks like SQLAlchemy, making it ideal for small to medium-sized projects and scripts.