A go-datastore implementation using LevelDB
go-ds-leveldb
implements the go-datastore interface using a LevelDB backend.
This module can be installed like a regular go module:
go get github.com/ipfs/go-ds-leveldb
import "github.com/ipfs/go-ds-leveldb"
Check the GoDoc documentation
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © Protocol Labs, Inc.