Skip to content

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

Notifications You must be signed in to change notification settings

kd-s-t/pythonCRUD-OOP-MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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  

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages