diff --git a/Readme.md b/Readme.md index d2725a03102339df6638b8de42d7332968a11179..e9c4a419f1f8f5b8261a4f742456e7da69a34c28 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? ---------------------