Microsoft.Database.Collections.Generic
2.0.1
PersistentDictionary is a simple class that implements IDictionary, and backs the storage to
disk. It allows a simple key-value pair store. It supports strings, value-types, and binary
blobs. It is built on the ManagedEsent library.
Install-Package Microsoft.Database.Collections.Generic -Version 2.0.1
dotnet add package Microsoft.Database.Collections.Generic --version 2.0.1
<PackageReference Include="Microsoft.Database.Collections.Generic" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Database.Collections.Generic --version 2.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Database.Collections.Generic, 2.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Release 2.0.1 from Wed 02/05/2020.
Dependencies
-
.NETStandard 2.0
- Microsoft.Database.Isam (>= 2.0.1)
- Microsoft.Database.ManagedEsent (>= 2.0.1)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Database.Collections.Generic:
Package | Downloads |
---|---|
NSimpleEventStore
A very simple event store for playing around with the concept of Event Sourcing
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.Database.Collections.Generic:
Repository | Stars |
---|---|
microsoft/VFSForGit
Virtual File System for Git: Enable Git at Enterprise Scale
|