peewee
Package — DatabasePython 3.7+Intermediate
Small, expressive ORM for SQLite, MySQL, PostgreSQL
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python; optional: Cython)
- Install
pip install peewee
Learn by Difficulty
Quick Example
python
# Install: pip install peewee import peewee # Basic peewee usage print(f"Using peewee") # See documentation for detailed examples
peewee is a third-party package. Small, expressive ORM for SQLite, MySQL, PostgreSQL. Install with: pip install peewee
Try in PlaygroundTags
packagedatabaseormpersistence