implement basic patients routes
This commit is contained in:
3
queries/delete_patient.sql
Normal file
3
queries/delete_patient.sql
Normal file
@ -0,0 +1,3 @@
|
||||
delete from patients
|
||||
where id = $1
|
||||
returning *;
|
||||
Reference in New Issue
Block a user