1.0.6 • Published 2 years ago

rdb2cryo v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

rdb2cryo (RethinkDB to Cryo)

Small CLI tool to clone RethinkDB from one host to a Cryo database. Usage:

npx rdb2cryo clone <srcHost> <srcDb> <dstCryo>
<srcHost>  RethinkDB source host
<srcDb>    source db name
<dstCryo>  Cryo destination directory

The port 28015 is used by default if you don't specify the port in the host parameter.

Examples

// Simple example
rdb2rdb clone localhost unit ./

// More complex example with user, password and port
rdb2rdb clone user:password@server.com:28016 unit ./
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago