lexeme-dev / core

A project to develop novel algorithms and analysis techniques for legal research
4 stars 0 forks source link

Switch to SQLAlchemy/Alembic for database operations #29

Closed ProbablyFaiz closed 2 years ago

ProbablyFaiz commented 2 years ago

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.