The FeedHenry MySQL Connector. For more information on MySQL see: https://github.com/felixge/node-mysql.
| Endpoint | /cloud/mysql |
| HTTP Method | POST |
{
"query": "select * from my_table"
}{
"column_a": "value",
"column_b": "value"
}All the tests are in the "test/" directory. The cloud app is using mocha as the test runner.
npm run unitnpm run coverage