go-ds-leveldb
August 14, 2025 · View on GitHub
A go-datastore implementation using LevelDB
go-ds-leveldb implements the go-datastore interface using a LevelDB backend.
Table of Contents
Install
This module can be installed like a regular go module:
go get github.com/ipfs/go-ds-leveldb
Usage
import "github.com/ipfs/go-ds-leveldb"
Check the GoDoc documentation
Contribute
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © Protocol Labs, Inc.