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
- Host: GitHub
- URL: https://github.com/ipfs/go-ds-leveldb
- Owner: ipfs
- License: mit
- Created: 2016-08-26T00:44:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-08-14T20:48:59.000Z (10 months ago)
- Last Synced: 2025-08-14T22:20:36.722Z (10 months ago)
- Language: Go
- Homepage:
- Size: 116 KB
- Stars: 41
- Watchers: 26
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-ds-leveldb
[](http://ipn.io)
[](http://ipfs.io/)
[](https://github.com/RichardLitt/standard-readme)
[](https://pkg.go.dev/github.com/ipfs/go-ds-leveldb)
[](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.