Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dbcp

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbcp

Dump Mysql and Postgres databases directly to AWS S3 or Google Cloud Storage

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-84.72%
Maintainers
1
Weekly downloads
 
Created
Source

db-copy

Dump Mysql and Postgres databases directly to AWS S3 or Google Cloud Storage

Example

Copy SQLServer table to gzipped JSON file

yarn start --sourceType mssql --host localhost --dbname mymsdb --port 1433 \
  --user SA --password "MyP@ssw0rd#" \
  --table foobar --targetFile file.json.gz

Copy PostgreSQL table to Google Cloud Storage gzipped JSON file

yarn start --sourceType postgresql --host localhost --dbname postgres --port 5433 \
  --user postgres --password postgres \
  --table foobar --targetFile gs://bucket/file.json.gz

Copy MySQL table to Amazon Web Services S3 gzipped JSON file

yarn start --sourceType mysql --host localhost --dbname mydb --port 8083 \
  --user root --password wp \
  --table foobar --targetFile s3://bucket/object.json.gz

FAQs

Package last updated on 20 Oct 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc