ZarahDB.Library 1.0.6

dotnet add package ZarahDB.Library --version 1.0.6
NuGet\Install-Package ZarahDB.Library -Version 1.0.6
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="ZarahDB.Library" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZarahDB.Library --version 1.0.6
#r "nuget: ZarahDB.Library, 1.0.6"
#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 ZarahDB.Library as a Cake Addin
#addin nuget:?package=ZarahDB.Library&version=1.0.6

// Install ZarahDB.Library as a Cake Tool
#tool nuget:?package=ZarahDB.Library&version=1.0.6

Store nearly anything instantly and easily, without the need of a database server. All you need to access to the folder where the data is stored. This is great for tiny applications, or giant enterprise applications because it scales from a single machine almost to infinity, with almost no degradation in performance from the first record to the trillionth. You can have as many nodes as can share a file (almost limitless), as many records as the disk can hold (this grows every year), as much Sharding of data as folder structures allow (again, almost limitless). From a scaling perspective, it is very robust. The very granular, performant approach used removes almost all limits to size, accessibility, and availability. The limits are controlled by the infrastructure and not by ZarahDB. If the OS can reach the file, ZarahDB can work with it.

OpenSource code at https://github.com/MikeReedKS/ZarahDB

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 1,133 4/5/2017
1.0.5 1,212 4/3/2017
1.0.4 830 4/2/2017
1.0.3 861 4/2/2017
1.0.2 845 4/2/2017
1.0.1 873 4/2/2017

Initial Beta Release - Not yet ready for prime time. It is highly useable. Source code is available on GitHub. Nothing is yet written in stone. No promises of future compatibility are assured. None the less, it is cool, new and so bloody fast and easy, it might be worth a few minutes to check it out!