https://github.com/golang/leveldb
The LevelDB key-value database in the Go programming language.
https://github.com/golang/leveldb
Last synced: 2 months ago
JSON representation
The LevelDB key-value database in the Go programming language.
- Host: GitHub
- URL: https://github.com/golang/leveldb
- Owner: golang
- License: bsd-3-clause
- Archived: true
- Created: 2015-07-20T04:21:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T01:03:40.000Z (almost 9 years ago)
- Last Synced: 2024-09-28T21:20:32.954Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 253 KB
- Stars: 1,149
- Watchers: 67
- Forks: 146
- Open Issues: 9
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- my-awesome - golang/leveldb - 01 star:1.2k fork:0.1k The LevelDB key-value database in the Go programming language. (Go)
README
# 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.