https://github.com/seanpianka/python3-flask-sqlalchemy-sqlservice
Flask web server and MySQL database connection in 44 lines of code
https://github.com/seanpianka/python3-flask-sqlalchemy-sqlservice
flask pymysql python python3 sqlalchemy sqlservice
Last synced: 3 months ago
JSON representation
Flask web server and MySQL database connection in 44 lines of code
- Host: GitHub
- URL: https://github.com/seanpianka/python3-flask-sqlalchemy-sqlservice
- Owner: seanpianka
- Created: 2019-04-20T16:26:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T16:28:38.000Z (about 7 years ago)
- Last Synced: 2025-12-15T15:00:10.638Z (7 months ago)
- Topics: flask, pymysql, python, python3, sqlalchemy, sqlservice
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python3-flask-sqlalchemy-sqlservice
A Flask web server and SQL database connection in 44 lines of code.