Categorygithub.com/iotaledger/go-ds-kvstore
modulepackage
1.0.0-rc.1
Repository: https://github.com/iotaledger/go-ds-kvstore.git
Documentation: pkg.go.dev

# README

go-ds-kvstore: KVStore-backed datastore

go-ds-kvstore implements the go-datastore interface using a iotaledger/hive.go/kvstore backend.

Status

This implementation is experimental. It is currently exercised against the test suite under go-datastore.

License

Dual-licensed under MIT + Apache 2.0

# Functions

NewDatastore creates a kvstore-backed datastore.

# Structs

No description provided by the author
Datastore is a github.com/iotaledger/hive.go/core/kvstore backed github.com/ipfs/go-datastore.