This is the README file here.
A HTTP REST API for relational databases
copyright: |
|
---|---|
license: | MIT, see LICENSE for more details. |
This modules provide the main class of the application
Create the app and the db engine given the configuration file
This module provide the interfaces with the dababase.
It uses SQLAlchemy to connect and introspect a RDBMS
This is the class invoked by the dispatcher and it provides the 4 operation POST,GET,DELETE,PUT
TODO: Should be refactored
View of a single row.
View on a single table
In order to be rest complaint redefine some method of werkzeug HTTPException.
Return a proper messagge error for not allowed operation.
Return a praper body message for not found resource
Return a praper body message and headers for unauthorized requests.