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.
- Connecting to a MySQL database from Python
- Configuring the MySQL 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