dbcrossbar

Copy data between different databases with schema conversion

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Program for copying data between databases (pre-release)

Commands

dbcrossbar

Examples

Export data from PostgreSQL to CSV$ dbcrossbar cp 'postgres://user:pass@localhost/db#table' 'file:///path/to/output.csv'
Import CSV data into BigQuery$ dbcrossbar cp 'file:///path/to/input.csv' 'bigquery://project/dataset/table'
Transfer data directly between databases$ dbcrossbar cp 'postgres://source/db#table' 'mysql://destination/db/table'