EfCore.SchemaCompare
EfCore.SchemaCompare copied to clipboard
Database provider isn't supported by the library.
I am using Pomelo.EntityFrameworkCore.MySql as my database provider. I would appreciate it if you could add support for it. Additionally, in my opinion, it may be helpful if you can provide a new API or configuration for users to give their own IDatabaseModelFactory. This could also aid in decoupling the provider packages' dependencies, though it may not be easy for unit testing.
Hi @SanYiKou,
I will look at this but I'm busy on another project at the moment. I'll let you know when I have something and you can test it for me.
Hi @SanYiKou,
I know you asked this question a long time ago, but (with the help of others) I have just released EfCore.SchemaCompare 8.0.0-rc2-0002 which (I hope) will work with other database types. Can you try this an let me know if it works for you.
Note that you need to add the Microsoft.EntityFrameworkCore.Design
NuGet