DbConnection Wrapper
MITA NuGet library that provides abstractions for any ADO.NET database connection to reduce boilerplate.
Read more Show less
This project was split from MySqlConnectorWrapper as to provide a fully globally compatible wrapper for any database connection libraries that inherit from ADO.NET's DbConnection class. It currently supports running all queries asynchronously, running queries in parallel, automatic rollbacks on transactions in the case of an issue, and a conversion from an open reader to in memory structured data of a reader's result.