Categorygithub.com/ipfs/go-ds-leveldb
modulepackage
0.5.2
Repository: https://github.com/ipfs/go-ds-leveldb.git
Documentation: pkg.go.dev

# README

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.

Lead Maintainer

Steven Allen

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.

# Functions

NewDatastore returns a new datastore backed by leveldb for path == "", an in memory backend will be chosen.

# Structs

No description provided by the author

# Type aliases

Options is an alias of syndtr/goleveldb/opt.Options which might be extended in the future.