Skip to content

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

License

Notifications You must be signed in to change notification settings

maurycyp/leveldb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leveldb-cli

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages