An open API service indexing awesome lists of open source software.

https://github.com/toni08bit/httptomysql

Access any MySQL database via simple Http Requests
https://github.com/toni08bit/httptomysql

flask http mysql python

Last synced: 6 months ago
JSON representation

Access any MySQL database via simple Http Requests

Awesome Lists containing this project

README

          

# Http to MySQL
## What's this?
A small flask (python) script, to convert regular Http requests to MySQL commands.
You should be able to read the functions and I recommend to finetune the script a little.
## Requirements
- Running flask dev- or production server
- jsonpickle module
- Basic MySQL and flask knowledge