Database source control using Database Project

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
thecodeslinger
Posts: 4
Joined: Wed 08 Oct 2014 00:15

Database source control using Database Project

Post by thecodeslinger » Mon 20 Oct 2014 17:15

I am looking into using the Database Project feature to put our database under source control. This looks like it will work for schema and database objects because it generates sql files for each database object which we can then put under source control. Then using the DBForge command line, we can have our build server use the /schemacompare feature to generate schema and object upgrade scripts from the checked in schema changes.

However, I don't see a recommended way to put data like lookup table data into the Database Project such that I can use the /datacompare feature of the command line to generate data upgrade scripts from checked in data changes.

Is there a recommended way? Are there plans to include this feature?

Thanks.

alexa

Re: Database source control using Database Project

Post by alexa » Tue 21 Oct 2014 08:57

You can add a suggestion on our UserVoice forum where other users can vote for it http://devart.uservoice.com/forums/7729 ... -for-mysql

We collect and analyze the information from this forum in order to make a proper roadmap for future product releases.

Post Reply