A basic database application built with Python and MySQL.
- Connect to MySQL database using MySQL Connector/Python
- Create a table in the database
- Insert sample data into the table
- Select and retrieve data from the table
- Update existing data in the table
- Delete data from the table
- Python 3
- MySQL Server
- MySQL Connector/Python
pip install mysql-connector-python
Run database.py
to connect to the database and perform CRUD operations.
This project is licensed under the MIT License - see the LICENSE file for details.