Registry / database / filecoin-project-go-multistore

filecoin-project-go-multistore

JSON →
library0.0.3gogounverified

A Go library for managing multiple key-value stores with a unified interface.

go get github.com/filecoin-project/go-multistore
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-G
F
filecoin-project-go-multistore
databasegov0.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

multistore
✓ github.com/filecoin-project/go-multistore

Creates a new MultiStore instance backed by a directory.

package main import ( "github.com/filecoin-project/go-multistore" ) func main() { ms, _ := multistore.NewMultiStore("/tmp/multistore") defer ms.Close() _ = ms }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
filecoin-project-go-multistore — go get filecoin-project-go-multistore · libregistry