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