Peewee is a solid lightweight ORM but woefully inadequate for our requirements surrounding automatic database migrations and some other things.
We do not initially need to remove all existing queries, but can instead add SQLAlchemy in parallel and use it for all future operations while we eliminate Peewee from our codebase.
Peewee is a solid lightweight ORM but woefully inadequate for our requirements surrounding automatic database migrations and some other things.
We do not initially need to remove all existing queries, but can instead add SQLAlchemy in parallel and use it for all future operations while we eliminate Peewee from our codebase.