https://github.com/withlin/ditch
mysql sync
https://github.com/withlin/ditch
Last synced: 5 months ago
JSON representation
mysql sync
- Host: GitHub
- URL: https://github.com/withlin/ditch
- Owner: withlin
- License: apache-2.0
- Created: 2019-05-11T01:16:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T08:13:26.000Z (about 7 years ago)
- Last Synced: 2025-05-20T04:35:56.098Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ditch
a sync mysql data tool
```powershell
//powershell
Set GO111MODULES
$env:GOPROXY = "https://goproxy.io"
go mod tidy
```