Chapter 7. Storing Data in our MySQL Database via our GUI
In this chapter, we will enhance our Python GUI by connecting to a MySQL database. We will cover the following recipes:
- Installing and connecting to a MySQL server from Python
- Configuring the MySQL database connection
- Designing the Python GUI database
- Using the SQL INSERT command
- Using the SQL UPDATE command
- Using the SQL DELETE command
- Storing and retrieving data from our MySQL database
- Using the MySQL workbench