lindelwa122 / data-watch-orm

A Python ORM
MIT License
6 stars 3 forks source link

helpers/delete #1

Open lindelwa122 opened 4 hours ago

lindelwa122 commented 4 hours ago

This function should be able to remove data from a specified table using a raw SQL query. The input must consist of the table name from which to remove data, and the ID of the record to be deleted.