README ¶ leveldb 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 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Main(args []string) error 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. Source Files ¶ View all Source files cli.gocommands.goencoding.go Directories ¶ Show internal Expand all Path Synopsis cmd leveldb command indexeddb Click to show internal directories. Click to hide internal directories.