EasyDb.NET
0.87.0
See the version list below for details.
dotnet add package EasyDb.NET --version 0.87.0
NuGet\Install-Package EasyDb.NET -Version 0.87.0
<PackageReference Include="EasyDb.NET" Version="0.87.0" />
paket add EasyDb.NET --version 0.87.0
#r "nuget: EasyDb.NET, 0.87.0"
// Install EasyDb.NET as a Cake Addin #addin nuget:?package=EasyDb.NET&version=0.87.0 // Install EasyDb.NET as a Cake Tool #tool nuget:?package=EasyDb.NET&version=0.87.0
An easy database helper for .NET 2.0+, with typed query & simple ORM, hibernate-like dialecting & criterion query, supporting all .NET ADO providers, implemented on Dapper.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* 0.87 - Update Dapper to v1.37
* Added: shortcut methods for building connection factory.
* Added: comments
* 0.84 - First release built on Dapper
* Added: enhanced query helper methods
* Added: strong/weak typed CRUD query
* Added: custom ORM attributes
* Added: criterion query
* Added: dialecting