-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
Python MySQL Project : School Library Management
- Python
- MySQL Connector Python
- Tables Created
Python
- All Operations through MySQL Commands
- Handles DataBases, Tables and the Data Stored in Tables
MySQL Connector Python
- Connects Python with MySQL DataBase through a Connection Object
- Cursor is associated to Connection Object
- This Cursor helps execute SQL Commands in Python
- Cursor stores the corresponding Output Data which can be obtained from it
- Cursor can also Create Tables and DataBases
To install this connector, use the following command in your terminal :
pip install mysql-connector-python
Tables Formed
- school_students
- library_books
- issued_books
Reactions are currently unavailable