leveldb/README

12 строки
416 B
Plaintext
Исходник Обычный вид История

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.
The LevelDB key-value database in the Go programming language.
2011-08-23 15:55:03 +04:00
To download and install from source:
2015-07-20 10:49:28 +03:00
$ go get github.com/golang/leveldb
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.