pebble-dev / rebblestore-api

Rebble Store api code.
MIT License
39 stars 8 forks source link

Database engine + schema changes #29

Open azertyfun opened 6 years ago

azertyfun commented 6 years ago

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 commented 6 years ago

PostgreSQL PR at #37