An open API service indexing awesome lists of open source software.

https://github.com/tomwright/data-migrate

A small package to give the ability to migrate data from one mysql source to another.
https://github.com/tomwright/data-migrate

database migrate migration mysql-backup mysql-database

Last synced: 11 months ago
JSON representation

A small package to give the ability to migrate data from one mysql source to another.

Awesome Lists containing this project

README

          

# data-migrate

Data-migrate can be used to migrate data from one SQL table to another.

You can see an example executable in [/examples/upsert](/examples/upsert)