leveldb-go

module
v0.0.0-...-377d1e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2015 License: BSD-3-Clause

README

This is a LevelDB library for the Go programming language.

To download and install from source:
$ go get code.google.com/p/leveldb-go/leveldb

Unless otherwise noted, the LevelDB-Go source files are distributed
under the BSD-style license found in the LICENSE file.

Contributions should follow the same procedure as for the Go project:
http://golang.org/doc/contribute.html

Directories

Path Synopsis
cmd
ldbdump
The ldbdump program dumps the contents of LevelDB tables (.ldb files), formerly known as sorted string tables (.sst files).
The ldbdump program dumps the contents of LevelDB tables (.ldb files), formerly known as sorted string tables (.sst files).
Package leveldb provides an ordered key/value store.
Package leveldb provides an ordered key/value store.
bloom
Package bloom implements Bloom filters.
Package bloom implements Bloom filters.
crc
Package crc implements the checksum algorithm used throughout leveldb.
Package crc implements the checksum algorithm used throughout leveldb.
db
Package db defines the interfaces for a key/value store.
Package db defines the interfaces for a key/value store.
memdb
Package memdb provides a memory-backed implementation of the db.DB interface.
Package memdb provides a memory-backed implementation of the db.DB interface.
memfs
Package memfs provides a memory-backed db.FileSystem implementation.
Package memfs provides a memory-backed db.FileSystem implementation.
record
Package record reads and writes sequences of records.
Package record reads and writes sequences of records.
table
Package table implements readers and writers of leveldb tables.
Package table implements readers and writers of leveldb tables.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL