1.0.6 • Published 1 year ago

rdb2cryo v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago