implement basic patients routes
This commit is contained in:
3
queries/create_patient.sql
Normal file
3
queries/create_patient.sql
Normal file
@ -0,0 +1,3 @@
|
||||
insert into patients ("full_name", "phone")
|
||||
values($1,$2)
|
||||
returning "id";
|
||||
Reference in New Issue
Block a user