NDatabase 3.8.0
NDatabase is a simple .Net Object Database. To avoid impedance mismatch overhead between Object and Relational worlds, give a try to NDatabase. NDatabase is a new generation Object Database: a real native and transparent persistence layer for .Net.
- Object because the basic persistent unit is an object, not a table.
- Native and Transparent because it directly persists objects the way they exist in the native programming language, without any conversion.
Using NDatabase as your persistence layer will let you focus on your business logic allowing storing and retrieving native objects in a single line of code. No more Relational to Object mapping is necessary, NDatabase just persists objects the way they are, no matter their complexity.
Install-Package NDatabase -Version 3.8.0
dotnet add package NDatabase --version 3.8.0
<PackageReference Include="NDatabase" Version="3.8.0" />
paket add NDatabase --version 3.8.0
#r "nuget: NDatabase, 3.8.0"
Release Notes
* (+) CascadeDelete attribute - allowing on cascade delete (see issue page - https://ndatabase.codeplex.com/workitem/918)
* (+) OID attribute - allows on mapping internal OID to class defined field (see issue page -https://ndatabase.codeplex.com/workitem/919)
* (X) Bug fix - null values of index fields (compare to / equals methods) (see issue page - https://ndatabase.codeplex.com/workitem/916)
* (X) Bug fix - Select trigger should pass object instead of object representation to the select after method
Dependencies
This package has no dependencies.
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NDatabase:
Package | Downloads |
---|---|
Yarn.InMemory
Yarn In-memory Provider
|
|
ExtaHomeInterfaces
Package Description
|
|
CreativeCoders.Data.Ndatabase
Ndatabase implementation of a data repository for CreativeCoders.Data
|
|
Tangle.Framework
TangleFramework,通过 Akka.Net 实现 Actor 模型。
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.8.0 | 26,008 | 5/12/2013 |
3.7.0 | 991 | 5/4/2013 |
3.6.0 | 1,075 | 3/16/2013 |
3.5.3 | 885 | 3/10/2013 |
3.5.2 | 855 | 3/10/2013 |
3.5.1 | 869 | 3/9/2013 |
3.5.0 | 916 | 3/2/2013 |
3.4.0 | 1,166 | 2/6/2013 |
3.3.0 | 935 | 1/19/2013 |
3.2.0 | 973 | 1/13/2013 |
3.1.0 | 931 | 1/8/2013 |
3.0.0 | 905 | 12/29/2012 |
2.2.0 | 937 | 12/9/2012 |
2.1.0 | 882 | 12/9/2012 |
2.0.1 | 1,526 | 10/15/2012 |
2.0.0 | 971 | 10/13/2012 |
1.0.4 | 990 | 10/1/2012 |
1.0.3.8 | 897 | 9/5/2012 |
1.0.2.2 | 878 | 8/29/2012 |
1.0.1.45 | 879 | 8/24/2012 |