Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Python MySQL CRUD Project

Overview

This project demonstrates how to connect Python with MySQL and perform basic CRUD operations (Create, Read, Update, Delete) on a MySQL database.

Features

  • Insert data into the database
  • Delete data from the database
  • Update data in the database
  • Display all data from the database
  • Display a single record from the database
  • Exit the program

Requirements

  • Python 3.x
  • MySQL Server
  • MySQL Connector/Python library

Installation

  1. Install Python from Python.org
  2. Install MySQL Server from MySQL Downloads
  3. Install MySQL Connector/Python library using pip:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages