Playhouse, extensions to Peewee
Peewee comes with numerous extension modules which are collected under the playhouse
namespace. Despite the silly name, there are some very useful extensions, particularly those that expose vendor-specific database features like the SQLite Extensions and Postgresql Extensions extensions.
Below you will find a loosely organized listing of the various modules that make up the playhouse
.
Database drivers / vendor-specific database functionality
- SQLite Extensions (on its own page)
- SqliteQ
- Sqlite User-Defined Functions
- apsw, an advanced sqlite driver
- Sqlcipher backend
- Postgresql Extensions
- MySQL Extensions
High-level features
Database management and framework integration