This commit is contained in:
Mann Patel
2025-03-23 20:16:19 -06:00
parent ee6df0f674
commit 148fe95a11
6 changed files with 11 additions and 56 deletions

3
mysql-code/init-db.py Normal file
View File

@@ -0,0 +1,3 @@
import subprocess
if (subprocess.run("mysql -u root mysql < SQL_code/Schema.sql", shell=True, check=True)):
print("successfully created the Marketplace databse")