Info
Version: | 1.5.0 |
Author(s): | Antonio Esposito |
Last Update: | Tuesday, October 29, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TNX.ObjectDB |
Install
Install-Package TNX.ObjectDB
dotnet add package TNX.ObjectDB
paket add TNX.ObjectDB
TNX.ObjectDB Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 11.0.1)
Tags
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.