1.0.1 • Published 5 years ago

level-out v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

A simple utility for reading from a leveldb via levelup

NPM version MIT License Build Status

Usage

Install globally with npm install -g level-out and then use like so:

  Usage: level-out <databaseName> [options]

  Options:

    -h, --help         output usage information
    -V, --version      output the version number
    -k, --key [value]  specify a key
    -g, --gte [value]  specify start of a key range
    -l, --lte [value]  specify end of a key range

To read the contents of a database, you would do something like:

level-out myDBName

...to write to and delete from a database- check out level-in

This package works with leveldbs generated by level@3.x.x and higher

1.0.1

5 years ago

1.0.0

6 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

9 years ago

0.0.1

9 years ago