flask-peewee¶
Warning
I’m sorry to announce that flask-peewee will now be in maintenance-only mode. This decision is motivated by a number of factors:
Flask-Admin provides a superior admin interface and has support for peewee models.
Flask-Security and Flask-Login both provide authentication functionality, and work well with Peewee.
Most importantly, though, I do not find myself wanting to work on flask-peewee.
I plan on rewriting the Database
and REST API
portions of flask-peewee and repackaging them as a new library, but flask-peewee as it stands currently will be in maintenance-only mode.
Welcome to the flask-peewee documentation!
provides a layer of integration between the flask web framework and the peewee orm.
Contents:
API in depth: