Destrier 2.1.2
See the version list below for details.
dotnet add package Destrier --version 2.1.2
NuGet\Install-Package Destrier -Version 2.1.2
<PackageReference Include="Destrier" Version="2.1.2" />
paket add Destrier --version 2.1.2
#r "nuget: Destrier, 2.1.2"
// Install Destrier as a Cake Addin #addin nuget:?package=Destrier&version=2.1.2 // Install Destrier as a Cake Tool #tool nuget:?package=Destrier&version=2.1.2
A high performance mini-orm enabling expressive queries and data models. Supports MSSQL and postgres.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. 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.
* 2.1.2 - Fixing issue with DLL bundling.
* 2.1.1 - Updating description for postgres support.
* 2.1.0 - Lazy suppport.
* 2.0.0 - Postgres Support!
- Some breaking API changes around DbConnection and ConnectionName vs. ConnectionString.
* 1.0.2 - Fixing an issue with Database.* methods not using the correct connection string.
* 1.0.1 - Speed improvements on FastPipeline by caching DynamicMethod implementations.
- Added the ability to disable (NOLOCK) usage on TableAttribute.
- Added support for .net framework version 4.5.
* 1.0.0 - Initial Release.