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: about 2 months ago
JSON representation

Tool to extract related data from a MySQL database

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