/happysql

REST API for MS-SQL databases

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

HappySQL

Description

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.


Project Structure

Core of the project! A Python REST server that implements the API calls and translates them into SQL requests.

* WebApp_Client

An AngularJS client. HappySQL implementation example.

* Python_Client

A minimalistic Python client. HappySQL implementation example.

Alternatives

See automatic-api

License

BSD-2-Clause