Commit 5ba2e323 authored by Martin Jul's avatar Martin Jul

Fix capitalization in README

parent a540d7b1
...@@ -340,9 +340,9 @@ Dapper's simplicity means that many feature that ORMs ship with are stripped out ...@@ -340,9 +340,9 @@ Dapper's simplicity means that many feature that ORMs ship with are stripped out
Dapper does not manage your connection's lifecycle, it assumes the connection it gets is open AND has no existing datareaders enumerating (unless MARS is enabled) Dapper does not manage your connection's lifecycle, it assumes the connection it gets is open AND has no existing datareaders enumerating (unless MARS is enabled)
Will dapper work with my db provider? Will Dapper work with my DB provider?
--------------------- ---------------------
Dapper has no DB specific implementation details, it works across all .net ado providers including sqlite, sqlce, firebird, oracle, MySQL, PostgreSQL and SQL Server Dapper has no DB specific implementation details, it works across all .NET ADO providers including [SQLite](http://www.sqlite.org/), SQL CE, Firebird, Oracle, MySQL, PostgreSQL and SQL Server.
Do you have a comprehensive list of examples? Do you have a comprehensive list of examples?
--------------------- ---------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment