DapperAid - SQL CRUD Query-Builder/Executor for Dapper NuGet Package

DBのSelect,Insert,Update,Delete操作を拡張メソッドで提供します。
属性/ラムダ式の指定をもとに内蔵クエリビルダが実行SQLを自動生成します。SQL記述不要でDBを参照更新できます。

This library provides CRUD operations of the database as Extension Methods.
By specifying Attribute / Lambda-Expression, You can perform database query/update using Dapper without writing SQL.




Got any DapperAid - SQL CRUD Query-Builder/Executor for Dapper Question?






Install
Install-Package DapperAid
dotnet add package DapperAid
paket add DapperAid
DapperAid Download (Unzip the "nupkg" after downloading)

.NETFramework 4.5 .NETStandard 2.0 netcoreapp2.0


Tags