ipld-eth-server/vendor/github.com/ipfs/go-ds-leveldb
2019-12-02 13:24:51 -06:00
..
.gitignore fixes for issues uncovered in integration 2019-12-02 13:24:51 -06:00
.travis.yml fixes for issues uncovered in integration 2019-12-02 13:24:51 -06:00
datastore.go fixes for issues uncovered in integration 2019-12-02 13:24:51 -06:00
go.mod fixes for issues uncovered in integration 2019-12-02 13:24:51 -06:00
go.sum fixes for issues uncovered in integration 2019-12-02 13:24:51 -06:00
LICENSE fixes for issues uncovered in integration 2019-12-02 13:24:51 -06:00
Makefile fixes for issues uncovered in integration 2019-12-02 13:24:51 -06:00
README.md fixes for issues uncovered in integration 2019-12-02 13:24:51 -06:00

go-ds-leveldb

standard-readme compliant GoDoc Build Status

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

It uses Gx to manage dependencies. You can use make deps to rewrite imports to the gx-specified versions.

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.