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
- Host: GitHub
- URL: https://github.com/heineiuo/rippledb-cli
- Owner: heineiuo
- License: mit
- Created: 2020-05-22T08:40:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T15:28:07.000Z (over 3 years ago)
- Last Synced: 2025-12-26T20:10:50.772Z (6 months ago)
- Topics: database, dump, key-value-store, leveldb, restore, rippledb
- Language: TypeScript
- Homepage: https://github.com/heineiuo/rippledb
- Size: 3.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)