Peewee Related Notes

Peewee
SQLite ORM
Full-text search
JSON support
Get/update/create actions
BaseModel boilerplate code
Enhancements
Peewee is an SQLite ORM that offers advanced features like full-text search and JSON support. It also proposes enhancements for get/update/create actions and aims to simplify BaseModel boilerplate code, making it a powerful tool for database operations.
Published

October 27, 2022


extensions

peewee extension docs

enhancement proposals

enhancement for doing get/update/create at the same time

enhancement to simplify the BaseModel boilerplate code