Skip to content

Commit

Permalink
add mention of MariaDB to Readme.md (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsilen authored Oct 8, 2024
1 parent dddd102 commit e0479ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ using (var reader = connection.ExecuteReader("select * from Shapes"))
}
```

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

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

Will Dapper work with my DB provider?
---------------------
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.
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.

Do you have a comprehensive list of examples?
---------------------
Expand Down

0 comments on commit e0479ba

Please sign in to comment.