Performance benchmarks are available [here](https://github.com/StackExchange/Dapper/tree/master/Dapper.Tests.Performance).
</tr>
<tr>
<td>NHibernate HQL</td>
<td>118ms</td>
<td> </td>
</tr>
<tr>
<td>Linq 2 SQL</td>
<td>559ms</td>
<td> </td>
</tr>
<tr>
<td>Entity framework</td>
<td>859ms</td>
<td> </td>
</tr>
<tr>
<td>SubSonic ActiveRecord.SingleOrDefault</td>
<td>3619ms</td>
<td> </td>
</tr>
</table>
Performance benchmarks are available [here](https://github.com/StackExchange/dapper-dot-net/blob/master/Dapper.Tests.Performance/PerformanceTests.cs).
Feel free to submit patches that include other ORMs - when running benchmarks, be sure to compile in Release and not attach a debugger (ctrl F5).
Feel free to submit patches that include other ORMs - when running benchmarks, be sure to compile in Release and not attach a debugger (ctrl F5).
...
@@ -425,7 +355,7 @@ Dapper's simplicity means that many feature that ORMs ship with are stripped out
...
@@ -425,7 +355,7 @@ Dapper's simplicity means that many feature that ORMs ship with are stripped out
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](http://www.sqlite.org/), SQL CE, Firebird, Oracle, MySQL, PostgreSQL and SQL Server.
Dapper has no DB specific implementation details, it works across all .NET ADO providers including [SQLite](https://www.sqlite.org/), SQL CE, Firebird, Oracle, MySQL, PostgreSQL and SQL Server.