updated sql wit example dataset now

This commit is contained in:
Mann Patel
2025-03-29 16:13:22 -06:00
parent 7a87fc1e49
commit 91ec43627a
3 changed files with 764 additions and 2 deletions

View File

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