Classes (MariaDB)
RepoDB supports MariaDB through two separate, drop-in-compatible driver packages, both exposing the same MariaDbConnection/MariaDbParameter/MariaDbType API surface — MariaDb (RepoDb.MariaDb, built on RepoDb.Connector.MariaDb, a thin wrapper over MySql.Data) and MariaDbConnector (RepoDb.MariaDbConnector, built on RepoDb.Connector.MariaDbConnector, a thin wrapper over MySqlConnector). Install only the one that matches the ADO.NET driver already used by your application — the classes are grouped by which package they belong to.