I am trying to find a way to source control mySql database versions. Previously, while working with SQL Server, I used the project project "SQL Server Database Project" in Visual Studio.
Is there a way to get this type of project to work with MySql.Net Connector?
If not, are there other ways to create a MySql database project in .NET?
UPDATE:
I found dbForge that has database projects in the Professional edition. He does everything that I need. Allows us to move the diagram to the original control, allows us to create scripts for updating to a new version or returning to an old version, etc. The user interface is an almost exact duplicate of the visual studio database design.
I will leave this question open anyway, although in case anyone knows of a free alternative.
source
share