A MySQL MicroService to query and return results in json...
https://sql2json.herokuapp.com
A micro-service that takes a json
document via a http post
method to the /api/query
url. The document contains the
following attributes:
{
"url": "mysql://user:pass@server/database",
"query": "select * from foo;"
}
Response will be an array of json documents.
npm install
npm start
ca
optionWelcome.
MIT