Closed radoslawroszkowiak closed 9 years ago
The database currently in use in the project is SQLite. It seems two months of the proejct existance is about time to change it to "real" database.
PostgreSQL seems to be the intuitive choice here.
~35% of tests fail after changing to PostgreSQL (related to how sequencers work). The tests need to be refactored, so it requires a bit more work.
The database currently in use in the project is SQLite. It seems two months of the proejct existance is about time to change it to "real" database.
PostgreSQL seems to be the intuitive choice here.