I have a system in another language and need to create an updater for this system, however it needs to be run scripts in MySQL for the maintenance of the database.
I searched Java and found Maven that has all this maintenance control and reads the scripts written in SQL. In C # the closest I could get was the code First migrations, however I found no example where it executed SQL Scripts.
My big question is if I can do this with migrations , if not, is there another way to do this in C #?