YXXxxx / leveldb

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 98.1%Language:C++ 1.9%