rebblestore-api icon indicating copy to clipboard operation
rebblestore-api copied to clipboard

Database engine + schema changes

Open azertyfun opened this issue 7 years ago • 1 comments

The project currently uses SQLite as its database engine, however according to Katharine it will likely use Postgres in prod.

This means that we have to change (at the very least) all the data types (as SQLite only uses NULL, INTEGER, REAL, TEXT and BLOB).

We should also consider how to implement schema changes in the future.

azertyfun avatar Jan 29 '18 21:01 azertyfun

PostgreSQL PR at #37

azertyfun avatar Jun 15 '18 09:06 azertyfun