Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devigner/mysql-extract-record
Tool to extract related data from a MySQL database
https://github.com/devigner/mysql-extract-record
experimental golang mysql
Last synced: 9 days ago
JSON representation
Tool to extract related data from a MySQL database
- Host: GitHub
- URL: https://github.com/devigner/mysql-extract-record
- Owner: devigner
- Created: 2017-05-19T07:51:09.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T21:40:00.000Z (almost 4 years ago)
- Last Synced: 2023-02-26T20:26:55.262Z (almost 2 years ago)
- Topics: experimental, golang, mysql
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mysql extract record
This is a go project for me to play with go-lang.
## run it
Just run `go run main.go` after the test database is up (`docker compose up -d`).## api
not done yet