Quickstart

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

Note

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

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