From 7f23c7056a1422e7b332dba8dfb587eb1c67a6bc Mon Sep 17 00:00:00 2001 From: petsuter Date: Mon, 22 Sep 2014 14:28:47 +0200 Subject: [PATCH] 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... --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d2725a0..e9c4a41 100644 --- a/Readme.md +++ b/Readme.md @@ -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? --------------------- -- GitLab