modulepackage
0.0.0-20170107010102-259d9253d719
Repository: https://github.com/golang/leveldb.git
Documentation: pkg.go.dev
# 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.
# Packages
Package bloom implements Bloom filters.
No description provided by the author
Package crc implements the checksum algorithm used throughout leveldb.
Package db defines the interfaces for a key/value store.
Package memdb provides a memory-backed implementation of the db.DB interface.
Package memfs provides a memory-backed db.FileSystem implementation.
Package record reads and writes sequences of records.
Package table implements readers and writers of leveldb tables.
# Functions
Open opens a LevelDB whose files live in the given directory.