8000 Mention MariaDB prominently in the README · mysql-net/MySqlConnector@d9e59c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9e59c7

Browse files
dlenskibgrainger
authored andcommitted
Mention MariaDB prominently in the README
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.
1 parent bbdbd78 commit d9e59c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![NuGet](https://img.shields.io/nuget/vpre/MySqlConnector.svg)](https://www.nuget.org/packages/MySqlConnector/)
44

55
This is an [ADO.NET](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/) data
6-
provider for [MySQL](https://www.mysql.com/). It provides implementations of
6+
provider for [MySQL](https://www.mysql.com/) and other compatible servers including [MariaDB](https://www.mariadb.org).
7+
It provides implementations of
78
`DbConnection`, `DbCommand`, `DbDataReader`, `DbTransaction`—the classes
89
needed to query and update databases from managed code.
910

@@ -21,7 +22,7 @@ This library outperforms MySQL Connector/NET (`MySql.Data`) on benchmarks:
2122

2223
### Server Compatibility
2324

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.
2526
MySql.Data [only supports MySQL Server](https://bugs.mysql.com/bug.php?id=109331).
2627

2728
### Bug Fixes

0 commit comments

Comments
 (0)
0