зеркало из https://github.com/golang/leveldb.git
12 строки
416 B
Plaintext
12 строки
416 B
Plaintext
# 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.
|