ZarahDB.Library 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package ZarahDB.Library --version 1.0.3
NuGet\Install-Package ZarahDB.Library -Version 1.0.3
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.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZarahDB.Library --version 1.0.3
#r "nuget: ZarahDB.Library, 1.0.3"
#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.3

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

The Operating System is the database, because every record is stored as a single file stored by the filesystem, accessed by a unique key, which is used to define where on disk the file resides. What this does is make it so whatever key you have, you can access the related data by directly accessing a single file. This is a very granular, performant manner to deal with data, and the limits to size, accessability and availability are controlled by the infrastructure and not limited by ZarahDB. If the OS can reach the file, ZarahDB can work with it. This means you can have as many nodes as can share a file, as many records as disk can hold, as much sharding of data as folder structures allow. From a scaling perspective, it is very robust.

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,134 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 Private Release - Not yet ready for prime time