lecaillon / Evolve

Database migration tool for .NET and .NET Core projects. Inspired by Flyway.
https://evolve-db.netlify.com
MIT License
846 stars 112 forks source link

Migrate from System.Data.SqlClient to Microsoft.Data.SqlClient #318

Open tom-haines opened 8 months ago

tom-haines commented 8 months ago

System.Data.SqlClient is in maintenance mode, whereas Microsoft.Data.SqlClient is actively maintained/developed. It has a number of new features (notably better support for UTF-8 and EntraID token auth).