Skip to main content

A command-line interface for LevelDB databases.

Project description

A command-line interface for LevelDB, an on-disk key-value database.

Installation:

$ pip install leveldb-cli

Example:

$ leveldb create -d my.db
$ leveldb put 1 2 -d my.db
$ leveldb get 1 -d my.db
2
$ leveldb delete 1 -d my.db
$ leveldb get 1 -d my.db
Error: key 1 does not exist

See also

http://en.wikipedia.org/wiki/LevelDB

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

leveldb-cli-0.2.0.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page