Open illicitonion opened 2 years ago
Manually setting up databases on your machine for testing is annoying and fiddly.
Having to use a single shared database for testing servers is annoying and lacks isolation.
We should consider introducing checking in schemas and automating creation / migration.
Yes I think good idea. I have migrations in the buggy-app project — could be improved for sure, in particular around testing.
buggy-app
Manually setting up databases on your machine for testing is annoying and fiddly.
Having to use a single shared database for testing servers is annoying and lacks isolation.
We should consider introducing checking in schemas and automating creation / migration.