Overview of MySQL Connector for .NET
masterMySQL Connector for .NET is an ADO.NET data provider for MySQL and compatible servers like MariaDB. It provides the standard implementations of the core ADO.NET classes required to query and update databases from managed code:
DbConnectionDbCommandDbDataReaderDbTransaction
It is designed to be high-performance, fully asynchronous, and lightweight, implementing the MySQL Protocol in managed code without relying on native dependencies.