Orthogonal.ObjectDb.Esent.Universal
3.1.3
There is no longer a need for a UWP target package because the original library and package now target .NET Standard 2.0 and can be consumed by all modern project types (including UWP).
dotnet add package Orthogonal.ObjectDb.Esent.Universal --version 3.1.3
NuGet\Install-Package Orthogonal.ObjectDb.Esent.Universal -Version 3.1.3
<PackageReference Include="Orthogonal.ObjectDb.Esent.Universal" Version="3.1.3" />
paket add Orthogonal.ObjectDb.Esent.Universal --version 3.1.3
#r "nuget: Orthogonal.ObjectDb.Esent.Universal, 3.1.3"
// Install Orthogonal.ObjectDb.Esent.Universal as a Cake Addin #addin nuget:?package=Orthogonal.ObjectDb.Esent.Universal&version=3.1.3 // Install Orthogonal.ObjectDb.Esent.Universal as a Cake Tool #tool nuget:?package=Orthogonal.ObjectDb.Esent.Universal&version=3.1.3
This library implements an in-process database for storing and retrieving class objects and their property values. The library is designed to be as easy to use as possible, with a small footprint and trivial dependencies. The backing storage is the Microsoft Extensible Storage Engine (ESENT) high-performance, high-capacity, transactional database which is built into all modern versions of Windows. The ObjectDb runtime is implemented as two small managed libraries which are added as project references.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Windows | win5 is compatible. |
-
- ManagedEsent (>= 1.9.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
Updates to Windows and Visual Studio in the last year required the creation of new UWP library and test runner projects. The custom DataObjectFieldAttribute class was removed as this is now provided in the UWP platform libraries.