This is a simple Student Database Management System project built using Python and MySQL. It allows CRUD operations on student records from a terminal interface.
- Add new student records
- Update existing student details
- Delete student entries
- View all records
- View database structure
- Create the student table
- List all tables in the database
- Python 3.x
- MySQL server installed
mysql-connector-python
library
Install with:pip install mysql-connector-python