Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
| Version: | 0.15.0-beta |
| Author(s): | Chathuranga Basnayake |
| Last Update: | Sunday, November 24, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/CSBUnlimited/DapperWrapper |
| NuGet Url: | https://www.nuget.org/packages/CSBUnlimited.DapperWrapper |
Install
Install-Package CSBUnlimited.DapperWrapper
dotnet add package CSBUnlimited.DapperWrapper
paket add CSBUnlimited.DapperWrapper
CSBUnlimited.DapperWrapper Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.5)
Tags
This wrapper only supports for SqlServer database at the moment.
Will extend the support to other Databases in the future.
Included features.
- Support SQL Server Databases (as Extensions).
- Support My Sql Databases (as Extensions).
- Support Stored procedures.
- Support SQL Text queries.