Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Database engine + schema changes #29

Open
azertyfun opened this issue Jan 29, 2018 · 1 comment
Open

Database engine + schema changes #29

azertyfun opened this issue Jan 29, 2018 · 1 comment

Comments

@azertyfun
Copy link
Member

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
Copy link
Member Author

PostgreSQL PR at #37

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants