Add Appointment api to get, add, updae, delete
This commit is contained in:
parent
7f7262a2d1
commit
fd0d84bd41
3 changed files with 167 additions and 0 deletions
|
|
@ -32,6 +32,14 @@ def dbMzansiWalletConnect():
|
|||
database="mzansi_wallet"
|
||||
)
|
||||
|
||||
def dbMzansiCalendarConnect():
|
||||
return mysql.connector.connect(
|
||||
host="mysqldb",
|
||||
user="root",
|
||||
passwd="C@rtoon1995",
|
||||
database="mzansi_calendar"
|
||||
)
|
||||
|
||||
def dbAllConnect():
|
||||
return mysql.connector.connect(
|
||||
host="mysqldb",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue