Skip to content

samshanmukh/smart_db_connection

Repository files navigation

smart_db_connection

Database connection with actions performing on database using Python3.

smartness

Additional information


connecting.py

This file establishes the connection with your database. All the other files then share that connection to perform operations.

get_data.py

This file gets the whole data or specific data and display it.

set_data.py

This file inserts the data into the database.

update_data.py

This file changes the data or updates the data in database.

delete_data.py

This file take id number and delete the entire row from the database.

show_data.py

This is the web file that uses falask framework to show the data on the webpage.

About

Database connection with actions performing on database using Python3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages