pythonCRUD-OOP-MySQL icon indicating copy to clipboard operation
pythonCRUD-OOP-MySQL copied to clipboard

Create, Read, Update and Delete functions/methods in Object Oriented Programming way. Using MySQL Database.

Python OOP CRUD

python v3.7.1

Operations

  • Create
  • Read
  • Update
  • Delete

Bonus Operations

  • Create Database using Python
  • Create Table using Python

Configure

open database/migrate.py and edit localhost, username, password, database name and table name

Usage

python database/migrate.py  
python Create.py   
python Read.py  
python Update.py  
python Delete.py