This project created to make query MySQl (Using GoLang and GoLang template )
- If there are multiple schema and data is distributed around the instances.
- Below you will find some information on how to perform common tasks.
-
Configure MySql Parent MySql details in conf.json { "host": "127.0.0.1", "port": "3306", "userName": "root", "password": "root", "db": "schema", "dbTable": "ip_table" }
-
Run on Mac ./build/db-tool.mac
-
On Linux ./build/db-tool.linux
-
Access to run query on multiple wf's http://localhost:3000/query
For development contribution