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

https://github.com/golang/leveldb

The LevelDB key-value database in the Go programming language.
https://github.com/golang/leveldb

Last synced: 2 months ago
JSON representation

The LevelDB key-value database in the Go programming language.

Awesome Lists containing this project

README

          

# WARNING: This is an incomplete work-in-progress.

## It is not ready for production use. Some features aren't implemented yet. Documentation is missing.

The LevelDB key-value database in the Go programming language.

To download and install from source:
$ go get github.com/golang/leveldb

Unless otherwise noted, the LevelDB-Go source files are distributed
under the BSD-style license found in the LICENSE file.