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 unit
npm run coverage