Commit 265e6153 authored by Marc Gravell's avatar Marc Gravell

Merge pull request #325 from mjul/patch-1

Fix capitalization in README
parents a540d7b1 5ba2e323
...@@ -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