Declarative Version-Controlled Database Migrations: My Hackathon Onboarding Project
In my previous projects before joining Commit, the tech stack I used (including PostGraphile, which I highly recommend) relied on writing SQL and PL/pgSQL code to define the database, business and authorization layers of the application. This code was deployed onto PostgreSQL databases using `sqitch` and unit-tested with`pgTap.` As the projects grew and features were… Read more »