Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

"I wish there would be some tool w/ DDL that you can use to define schemas, functions and views which would automatically sync changes to staging environment and then properly these changes on production."

There is. Liquibase (or Flyway, or...) Add it to your build/CICD/deployment process.

I have used it even for TDD stored procedure automated integration testing + CICD deployment alongside .jar/(JVM-using Scala) regular code + SQL DML/DDL deployment for a serious production app.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: