You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While several of the detailed documentation pages *do* mention compatibility
with MariaDB, the README does not mention it explicitly.
This might cause MariaDB users to overlook this package as a good solution
for connecting to their databases from .NET applications.
needed to query and update databases from managed code.
9
10
@@ -21,7 +22,7 @@ This library outperforms MySQL Connector/NET (`MySql.Data`) on benchmarks:
21
22
22
23
### Server Compatibility
23
24
24
-
This library is compatible with [many MySQL-compatible servers](https://mysqlconnector.net/#server-compatibility).
25
+
This library is compatible with [many MySQL-compatible servers](https://mysqlconnector.net/#server-compatibility), including MySQL 5.5 and newer and MariaDB 10.x and newer.
25
26
MySql.Data [only supports MySQL Server](https://bugs.mysql.com/bug.php?id=109331).
0 commit comments