TNX.ObjectDB
1.0.1
See the version list below for details.
dotnet add package TNX.ObjectDB --version 1.0.1
NuGet\Install-Package TNX.ObjectDB -Version 1.0.1
<PackageReference Include="TNX.ObjectDB" Version="1.0.1" />
paket add TNX.ObjectDB --version 1.0.1
#r "nuget: TNX.ObjectDB, 1.0.1"
// Install TNX.ObjectDB as a Cake Addin #addin nuget:?package=TNX.ObjectDB&version=1.0.1 // Install TNX.ObjectDB as a Cake Tool #tool nuget:?package=TNX.ObjectDB&version=1.0.1
The 'easiest' object-DB ever made based on SQL Server (any version)
+ Add, Find, Update, Delete
+ Indexed search (use KeyAttribute from DataAnnotation)
+ Ranged search
+ JSON Serialization
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.1.0
+ Fix in KeyName column type on SQL
+ Add cascade delete on SQL
+ Add FK on SQL
+ Add transaction support on Add
+ Add ignore logic for default(propTYPE)/null Key props
+ Add ranged search on keys (another table) availabe in Find method
- Removed AddBatch method