Quickstart

This document presents a brief, high-level overview of Peewee’s primary features. This guide will cover:

Note

If you’d like something a bit more meaty, there is a thorough tutorial on creating a “twitter”-style web app using peewee and the Flask framework. In the projects examples/ folder you can find more self-contained Peewee examples, like a blog app.

I strongly recommend opening an interactive shell session and running the code. That way you can get a feel for typing in queries.