MySQL Connector Python is used to access MySQL databases from Python using this repo. Student databases will be utilized in this project.
main.py program will be able to
- Insert Book
- Insert Student
- Insert Borrowing
Step 1 : Run studentDb.sql file in command prompt.
-
How to Run MySQL
mysql -u root -p
-
Give the path of .sql file as:
mysql> source <sql Path.sql>