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.
- Host: GitHub
- URL: https://github.com/tomwright/data-migrate
- Owner: TomWright
- Created: 2019-03-11T11:08:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T13:10:30.000Z (over 6 years ago)
- Last Synced: 2025-01-06T02:43:32.077Z (about 1 year ago)
- Topics: database, migrate, migration, mysql-backup, mysql-database
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)