Support for database SQL bundled into release jar or dedicated database migration tooling #598
Unanswered
bobbyrne01
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
test
folder.Is there any reason why the SQL is not bundled into the release .jar?
Allowing consumers to reference the SQL from the classpath rather than having developers copy/paste the SQL duplicating it into their own projects.
Are there any recommendations for handling database schema upgrades?
As-in, will upgrade SQL be provided if columns or keys are changed? or are we expected to drop and recreate everything each time?
Have you considered introducing a database migration tool? e.g Liquibase
I know you probably don't want to enforce consuming projects to depend on Liquibase too but just curious on your thoughts
Beta Was this translation helpful? Give feedback.
All reactions