lmdb-cli

command module
v0.0.0-...-637d95a Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2021 License: ISC Imports: 9 Imported by: 0

README

A command line utility for LMDB

A command line utility for LMDB aimed at providing a simple way to explore an LMDB database.

Usage

The simplest usage is to launch the program passing it the path to your database:

lmdb-cli /path/to/db

Alternatively, the -db flag can be specified.

Other Options
  • size BYTES: Size of memory map to use for a new database only. This value is ignored if the database already exists. [33554432 (32MB)]
  • growth #: Grow (or shrink) the memory mapped size by the specified filter. [1]
  • db PATH: Path to the folder containing the database.
  • ro: Opens the database in read-only mode
  • dbs #: Sets the maximum number of named databases
  • c COMMAND: executes the specified command without entering the shell

Shell Commands

Typing help will provide a list of available commands.

Documentation

Overview

a command line interface to lmdb

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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