[Plugin] Http/s REST, blueprintable JSON query and Parse API manager [VaRest]

This plugin is for interacting with a RESTful server, not a MySQL server. You can wrap a MySQL server with a RESTful server, but writing one is significantly out of scope for this plugin.

It looks like MySQL actually does come with a RESTful API now. Look at MySQL Offers a REST API for more information. Basically it looks like you need to enable and possibly configure a plugin, and then you can access the API over http with this plugin.