Open
Description
Hi, guys. For next release of linq2db we plan to add async transaction API support, which requires support from underlying providers.
Npgsql and mysqlconnector already provide such API and it would be nice if you can add such API too.
Unfortunatelly ADO.NET doesn't have such API right now:
Async transaction API request for .net core: https://github.com/dotnet/corefx/issues/10975
Async transaction API request for ef core: dotnet/efcore#9015