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
- Host: GitHub
- URL: https://github.com/toni08bit/httptomysql
- Owner: toni08bit
- License: mit
- Created: 2022-07-13T02:55:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T03:42:58.000Z (over 3 years ago)
- Last Synced: 2025-01-21T00:50:32.619Z (about 1 year ago)
- Topics: flask, http, mysql, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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