An open API service indexing awesome lists of open source software.

https://github.com/ipfs/go-ds-leveldb

An implementation of go-datastore using leveldb
https://github.com/ipfs/go-ds-leveldb

Last synced: 7 months ago
JSON representation

An implementation of go-datastore using leveldb

Awesome Lists containing this project

README

          

# go-ds-leveldb

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![GoDoc](https://pkg.go.dev/badge/github.com/ipfs/go-ds-leveldb)](https://pkg.go.dev/github.com/ipfs/go-ds-leveldb)
[![Build Status](https://img.shields.io/github/actions/workflow/status/ipfs/go-ds-leveldb/go-test.yml?branch=master)](https://github.com/ipfs/go-ds-leveldb/actions)

> A go-datastore implementation using LevelDB

`go-ds-leveldb` implements the [go-datastore](https://github.com/ipfs/go-datastore) interface using a LevelDB backend.

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)

## 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](https://pkg.go.dev/github.com/ipfs/go-ds-leveldb)

## Contribute

PRs accepted.

Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

MIT © Protocol Labs, Inc.