The LevelDB key-value database in the Go programming language.
Перейти к файлу
Nigel Tao aa7cc3dafb leveldb: when closing a DB, wait for any in-flight compaction to
complete before cleaning up the table cache.

Fixes issue 14.

LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://codereview.appspot.com/99800043
2014-04-26 16:24:24 -06:00
leveldb leveldb: when closing a DB, wait for any in-flight compaction to 2014-04-26 16:24:24 -06:00
lib/codereview leveldb: switch defaultcc to golang-codereviews. 2014-01-14 10:28:04 +11: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: Markus Sonderegger (individual CLA). 2014-01-14 10:15:57 +11:00
CONTRIBUTORS leveldb: C: Bill Theide (Google CLA). 2014-02-19 13:01:42 +11: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