Skip to content

a sample of a simple mysql database containing the basic DML commands connected with a python script

License

Notifications You must be signed in to change notification settings

rghv234/mysqldatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple MySQL Database

A basic database application built with Python and MySQL.

Features

  • 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

Requirements

  • Python 3
  • MySQL Server
  • MySQL Connector/Python

Installation

pip install mysql-connector-python

Usage

Run database.py to connect to the database and perform CRUD operations.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

a sample of a simple mysql database containing the basic DML commands connected with a python script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages