Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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