Skip to content

Commit e0479ba

Browse files
authored
add mention of MariaDB to Readme.md (#2116)
1 parent dddd102 commit e0479ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ using (var reader = connection.ExecuteReader("select * from Shapes"))
449449
}
450450
```
451451

452-
User Defined Variables in MySQL
452+
User Defined Variables in MySQL/MariaDB
453453
---------------------
454454
In order to use Non-parameter SQL variables with MySql Connector, you have to add the following option to your connection string:
455455

@@ -465,7 +465,7 @@ Dapper's simplicity means that many features that ORMs ship with are stripped ou
465465

466466
Will Dapper work with my DB provider?
467467
---------------------
468-
Dapper has no DB specific implementation details, it works across all .NET ADO providers including [SQLite](https://www.sqlite.org/), SQL CE, Firebird, Oracle, MySQL, PostgreSQL and SQL Server.
468+
Dapper has no DB specific implementation details, it works across all .NET ADO providers including [SQLite](https://www.sqlite.org/), SQL CE, Firebird, Oracle, MariaDB, MySQL, PostgreSQL and SQL Server.
469469

470470
Do you have a comprehensive list of examples?
471471
---------------------

0 commit comments

Comments
 (0)