Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 264 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 264 Bytes

rippledb-cli

Usage

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

License

MIT License