I'm looking for a tools (library or a nuget package) that gives me the difference script (in SQL server script format (as string or as a file) ) between my entities and my database tables (SQL server) and have the capability to automatically run change script against database or give the change script to user and let the user decide what to do with that.
The most important thing to me is change script (between entities and tables) but I'd be double happy if it has the capability of manual and automatic running of the change script against database
EF core migration does this, however I don't want to use EF core migration for this purpose, I don't want to use EF core complex migration structure, All I need is just a change script that's all,so I'm looking for another alternative .net core friendly tools (I mean rather than EF Core) that satisfy my needs