An open API service indexing awesome lists of open source software.

https://github.com/heineiuo/rippledb-cli


https://github.com/heineiuo/rippledb-cli

database dump key-value-store leveldb restore rippledb

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# rippledb-cli

## Usage

```sh
$ npm install rippledb-cli -g
$ ripple dump # to dump a database
$ ripple restore # to restore a database. notice: the data in dbpath will be kept.

```

## License

[MIT License](./LICENSE)