Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rikkraan/kubernetes-flask-mysql
/ functions
Functions
6 in github.com/Rikkraan/kubernetes-flask-mysql
⨍
Functions
6
◇
Types & classes
0
↳
Endpoints
6
Function
add_user
Function to create a user to the MySQL database
flaskapi.py:26
Function
delete_user
Function to delete a user from the MySQL database
flaskapi.py:116
Function
index
Function to test the functionality of the API
flaskapi.py:20
Function
update_user
Function to update a user in the MYSQL database
flaskapi.py:87
Function
user
Function to get information of a specific user in the MSQL database
flaskapi.py:70
Function
users
Function to retrieve all users from the MySQL database
flaskapi.py:53