DNA.NoSQL 1.0.1

dotnet add package DNA.NoSQL --version 1.0.1
NuGet\Install-Package DNA.NoSQL -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DNA.NoSQL" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DNA.NoSQL --version 1.0.1
#r "nuget: DNA.NoSQL, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DNA.NoSQL as a Cake Addin
#addin nuget:?package=DNA.NoSQL&version=1.0.1

// Install DNA.NoSQL as a Cake Tool
#tool nuget:?package=DNA.NoSQL&version=1.0.1

An embedded document based nosql database for .NET. Implement the UnitOfWorks and Repository patterns and ships BlobRepository,XMLRepository, JsonRepository and SQLCERepository.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DNA.NoSQL:

Package Downloads
DotNetAge.Core

This package contains DotNetAge CMS foundation libraries including infrastructure library, component model library, data modal library and service model library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 2,050 3/16/2014
1.0.0 3,546 11/2/2013

Add strong name support
Upgrade Json.net to 6.0.1
Upgrade DNA.Patterns to 1.0.1