fatihky / level-browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LevelDB Browser

A small command line utility to browse data stored in LevelDB.

Usage

level-browser [options] <command>

Options

  1. --dbpath: database path to work on. default: .

Commands

keys: Prints out all of the keys inside the database.

About

License:MIT License


Languages

Language:TypeScript 52.4%Language:JavaScript 47.6%