MaCH repo
This commit is contained in:
3
05_todo_sse_datastar/create_todo.sql
Normal file
3
05_todo_sse_datastar/create_todo.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
insert into todos(user_id, title)
|
||||
values({{user_id}}, {{title}})
|
||||
returning id, title, finished;
|
||||
Reference in New Issue
Block a user