Hacker News new | ask | show | jobs
by npstr 2298 days ago
Have a look at liquibase and flyway. Personally I love using flyway together with jOOQs' code generation (concretely, running the migrations against a docker db container during build, and code-generating the entities/records then based on it).