TNX.ObjectDB
1.2.0
See the version list below for details.
dotnet add package TNX.ObjectDB --version 1.2.0
NuGet\Install-Package TNX.ObjectDB -Version 1.2.0
<PackageReference Include="TNX.ObjectDB" Version="1.2.0" />
paket add TNX.ObjectDB --version 1.2.0
#r "nuget: TNX.ObjectDB, 1.2.0"
// Install TNX.ObjectDB as a Cake Addin #addin nuget:?package=TNX.ObjectDB&version=1.2.0 // Install TNX.ObjectDB as a Cake Tool #tool nuget:?package=TNX.ObjectDB&version=1.2.0
The 'easiest' object-DB ever made based on SQL Server (any version)
Repository class main methods:
+ Add, Find, Update, Delete, Exists
+ Indexed search (use KeyAttribute from DataAnnotation)
+ Ranged search
+ JSON Serialization
+ TryCreateDB
+ TryEnableTableCompression (SQL Ent only)
NO partitioning (to now)
NO row uniqueness (useless in DWH and object storages)
info@antonioespositoit
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 11.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.2.0
+ Add TryEnableTableCompression method (only for SQL Enterprise series)
+ Add Exists method
- Fix error in Key filtering with DateTime Key props