What is the best practice for initialising databases in backend applications? Should it be done separately to starting the application so that the main codebase only has sql for queries or should the application check if the database is set up properly and set it up if it's not? Further more how does this change when modifying the structure / migrating the database? I'm using Postgres if it makes any difference
Submitted January 03, 2020 at 09:31PM by CloudsOfMagellan
No comments:
Post a Comment