Deleting data in the database in Python Flask import sqlite3
I want the data to be deleted from my database and table when the delete button next to the Doctor in the table in the codes I wrote below is clicked.
Can you help me how can I do it?
I want the data to be deleted from my database and table when the delete button next to the Doctor in the table in the codes I wrote below is clicked.
Can you help me how can I do it?