Info
Version: | 1.0.0 |
Author(s): | Sangeeth Nandakumar |
Last Update: | Thursday, July 30, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sangeethnandakumar/expressdata |
NuGet Url: | https://www.nuget.org/packages/Twileloop.ExpressData |
Install
Install-Package Twileloop.ExpressData
dotnet add package Twileloop.ExpressData
paket add Twileloop.ExpressData
Twileloop.ExpressData Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.35)
- Dapper.Contrib(>= 2.0.35)
- System.Data.SqlClient(>= 4.8.1)
This lightweight library will be helpfull.
Express.Data allows playing with database queries easy by making use of Dapper, DapperContrib and DTO classes. Examples are provided below.
This library is a wrapper around the popular Dapper micro ORM and it's extension Dapper.Contrib. It works with any relational database and runs over ADO.NET and DapperMicroORM
The library exposes easy to use API for all kind of database CRUD operations.