You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding notes on the sub-packages' purpose to the readme (#1718)
I just paraphrased the summaries from the sub-packages' Nuget Readmes and added them to the grid of packages in the Readme. Is that a good spot for them, and are those summaries sufficient? PR would close#1488
* Micro-ORM implemented on Dapper, provides CRUD helpers
30
+
* Dapper.SqlBuilder
31
+
* Component for building SQL queries dynamically and composably
32
+
* Dapper.StrongName
33
+
* High-performance micro-ORM supporting MySQL, Sqlite, SqlICE, and Firebird
34
+
23
35
Features
24
36
--------
25
37
Dapper is a [NuGet library](https://www.nuget.org/packages/Dapper) that you can add in to your project that will extend your `IDbConnection` interface.
0 commit comments