Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

School Library Management Project #104

Open
shiv325 opened this issue Dec 31, 2023 · 1 comment
Open

School Library Management Project #104

shiv325 opened this issue Dec 31, 2023 · 1 comment

Comments

@shiv325
Copy link
Contributor

shiv325 commented Dec 31, 2023

Python MySQL Project : School Library Management

  1. Python
  2. MySQL Connector Python
  3. 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

  1. school_students
  2. library_books
  3. issued_books
@shrey141102
Copy link
Owner

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants