2015-08-12 14:32:10 +03:00
|
|
|
# WARNING: This is an incomplete work-in-progress.
|
|
|
|
|
|
|
|
## It is not ready for production use. Some features aren't implemented yet. Documentation is missing.
|
|
|
|
|
2015-07-20 10:45:49 +03:00
|
|
|
The LevelDB key-value database in the Go programming language.
|
2011-08-23 15:55:03 +04:00
|
|
|
|
2012-02-07 04:17:57 +04:00
|
|
|
To download and install from source:
|
2015-07-20 10:49:28 +03:00
|
|
|
$ go get github.com/golang/leveldb
|
2012-02-07 04:17:57 +04:00
|
|
|
|
2011-08-31 01:15:03 +04:00
|
|
|
Unless otherwise noted, the LevelDB-Go source files are distributed
|
2011-08-23 15:55:03 +04:00
|
|
|
under the BSD-style license found in the LICENSE file.
|