Playhouse, extensions to Peewee
Peewee comes with numerous extension modules which are collected under theplayhouse
namespace. Despite the silly name, there are some very usefulextensions, particularly those that expose vendor-specific database featureslike the SQLite Extensions and Postgresql Extensions extensions.
Below you will find a loosely organized listing of the various modules thatmake 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
- Cockroach Database
- MySQL Extensions
High-level features
Database management and framework integration