Skip to content

heineiuo/rippledb-cli

Repository files navigation

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