ZarahDB.Library
1.0.6
Install-Package ZarahDB.Library -Version 1.0.6
dotnet add package ZarahDB.Library --version 1.0.6
<PackageReference Include="ZarahDB.Library" Version="1.0.6" />
paket add ZarahDB.Library --version 1.0.6
#r "nuget: ZarahDB.Library, 1.0.6"
// 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 | Versions |
---|---|
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Newtonsoft.Json (>= 10.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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!