Support for database SQL bundled into release jar or dedicated database migration tooling #598
-
Hey, firstly great library! I've been testing it's features evaluating whether to integrate it into my project rather than Quartz and have a few questions around the database schema provisioning. I see the README.md links to SQL in a
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
I have kept the scope of the project smaller, and left schema-migration/definition to users. Just to make things slightly easier. (for example, it is common to use separate users for DDL migrations and app)
Schema-migration requirements will be provided in upgrade notes. I suggest using Flyway or Liquibase for managing the schema. So far no schema-upgrades have required a recreate, I will intend to keep it that way.
Not really. It would have to be home-rolled I think, to avoid dependencies on third-parties