Files
nerak/examples/05_todo_sse_datastar/create_todo.sql
T
2026-07-31 15:48:03 -05:00

4 lines
96 B
SQL

insert into todos(user_id, title)
values({{user_id}}, {{title}})
returning id, title, finished;