The LevelDB key-value database in the Go programming language.
Перейти к файлу
Nigel Tao e2e3269e0b leveldb: implement table cache.
R=bradfitz
CC=golang-dev
https://codereview.appspot.com/14960043
2013-10-22 14:24:29 +11:00
leveldb leveldb: implement table cache. 2013-10-22 14:24:29 +11:00
lib/codereview Initial check-in. 2011-08-23 21:55:03 +10:00
manualtest/filelock leveldb: clarify file locking; add a manual test. 2012-05-02 14:19:53 +10:00
testdata leveldb: add some interop testdata, generated by the C++ LevelDB code. 2012-02-04 08:53:17 +11:00
.hgignore leveldb: update .hgignore to look more like $GOROOT/.hgignore. 2012-04-17 09:32:34 +10:00
AUTHORS leveldb: A+C: Christoph Hack (individual CLA). 2011-12-12 14:45:47 +11:00
CONTRIBUTORS leveldb: C: Yves Junqueira (Google CLA). 2012-08-06 15:04:09 +10:00
LICENSE Initial check-in. 2011-08-23 21:55:03 +10:00
README leveldb: delete Makefiles, add a stub for the top-level package. 2012-02-07 11:17:57 +11:00

README

This is a LevelDB library for the Go programming language.

To download and install from source:
$ go get code.google.com/p/leveldb-go/leveldb

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

Contributions should follow the same procedure as for the Go project:
http://golang.org/doc/contribute.html