.NET 7 will be introducing `DbDataSource`: https://github.com/dotnet/runtime/issues/64812 Implement `MySqlDataSource` (which derives from that base class). This can be .NET 7 only; there's no need to implement a similar API for .NET 6 and earlier.
.NET 7 will be introducing
DbDataSource: dotnet/runtime#64812Implement
MySqlDataSource(which derives from that base class).This can be .NET 7 only; there's no need to implement a similar API for .NET 6 and earlier.