Python MySQL CRUD App

preview_player
Показать описание


This Python script demonstrates a simple command-line-based CRUD (Create, Read, Update, Delete) application for managing user records in a MySQL database. It uses the pymysql library to connect to the database and PrettyTable for creating tabular displays of the data. The application allows you to view, add, update, delete, and export user data to a CSV file. It's a practical example for those looking to learn how to perform database operations in Python.
Рекомендации по теме