Sql2json

A MySQL MicroService to query and return results in json...


Project maintained by twilson63 Hosted on GitHub Pages — Theme by mattgraham

sql2json

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:

Usage

POST /api/query

{
  "url": "mysql://user:pass@server/database",
  "query": "select * from foo;"
}

Response will be an array of json documents.

Install

TODO

Contributions

Welcome.

LICENSE

MIT