Automating your SQL migrations in your Java (web) Application with ActiveJDBC’s DB Migrator
Regardless of your language or framework – if you write a (web) app and read/write data to a SQL database (you manage), you’re bound to have changes on that database for whatever reasons. Usually this is tackled by writing SQL migration scripts. For instance SQL files you can execute in your release procedure. You might pass […]