What do you suggest as good ways to import database structure and commit database structure changes to the repository? Our current procedure is to export the structure into a text file then replace it the the existing text file in the repository. I find it tedious and time-consuming. Are there any utilities to do this?
What do you suggest as good ways to import database structure and commit database
Share
Check Liquibase. It is a open source Database Change Management library.