Skip to content

Prajwal056/MysqlPythonConnection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MysqlPythonConnection

About The Project

MySQL Connector Python is used to access MySQL databases from Python using this repo. Student databases will be utilized in this project.

Features

main.py program will be able to

  1. Insert Book
  2. Insert Student
  3. 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>
Step 2: Run main.py file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages