Skip to content

PLP-Database-DEPT/lab-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab Three

Python script to create,read,update,delete (CRUD) a row from a table

Run Locally

Clone the project

  git clone https://github.com/PLP-Database-DEPT/lab-3.git

Go to the project directory

  cd lab-3

Install dependencies

  pip install -r requirements.txt

Create Table

  python create_table.py

Insert Table

  python insert_table.py

Select Rows from a Table

  python select.py

Update a row from a Table

  python update_table.py

Delete a Row from a Table

  python delete.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages