peewee — Easy Playground
Small, expressive ORM for SQLite, MySQL, PostgreSQL
Getting started with peeweeRun locally
Install
pip install peeweePython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: peewee)
peewee is a third-party package. Small, expressive ORM for SQLite, MySQL, PostgreSQL. Install with: pip install peewee
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?