leveldbcli

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2023 License: MIT Imports: 20 Imported by: 0

README

leveldb

GitHub Releases LICENSE CI Go Reference Go Report Card

A command-line interface for LevelDB. Supports Chromium's IndexedDB database (idb_cmp1 comparer).

Usage

$ leveldb init
$ leveldb get <key>
$ leveldb put <key> [<value>]
$ leveldb delete <key>
$ leveldb keys
$ leveldb show
$ leveldb dump
$ leveldb load
$ leveldb compact
$ leveldb destroy

Installation

Download from GitHub Releases

Build from source
$ go install github.com/cions/leveldb-cli/cmd/leveldb@latest

License

MIT

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main added in v0.3.0

func Main(args []string) error

Main runs the command

Types

This section is empty.

Directories

Path Synopsis
cmd
leveldb command

Jump to

Keyboard shortcuts

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