HappySQL is a RESTful API that allows anyone to perform simple SQL requests. The SQL interpretation is abstracted so any developper can create their own SQL module to fulfill their needs.
Core of the project! A Python REST server that implements the API calls and translates them into SQL requests.
An AngularJS client. HappySQL implementation example.
A minimalistic Python client. HappySQL implementation example.
See automatic-api
BSD-2-Clause