New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

rdb2cryo

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdb2cryo

Rethinkdb to Cryo database

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

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 ./

FAQs

Package last updated on 04 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts