Commit 7f23c705 authored by petsuter's avatar petsuter

Mention PostgreSQL

It seems worth mentioning explicitly if Dapper works with PostgreSQL or not. I assume it does based on the remark that "it works across all .net ado providers", but am not sure because it's not mentioned explicitly...
parent 5abf74fb
......@@ -342,7 +342,7 @@ Dapper does not manage your connection's lifecycle, it assumes the connection it
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 and SQL Server
Dapper has no DB specific implementation details, it works across all .net ado providers including sqlite, sqlce, firebird, oracle, MySQL, PostgreSQL and SQL Server
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