I am going to start a new project and i want to try EF model first and i want to be able to work with a development database in MSSQL and have an production database in MySQL.
Is there anyone out there with experience in this? Is this possible?
I have read about Entity Designer Database Generation Power Pack. Does it support this?
I want it to be simple to add columns and table created to the model to both my production (MySQL) and development database.