This website requires JavaScript.
Explore
Help
Sign In
nightshade
/
nerak
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bb9062040b234eadaf6b1c45a65e00fd5909da94
nerak
/
05_todo_sse_datastar
/
create_todo.sql
T
4 lines
96 B
SQL
Raw
Normal View
History
Unescape
Escape
MaCH repo
2025-07-24 12:46:01 -05:00
insert
into
todos
(
user_id
,
title
)
values
(
{{
user_id
}}
,
{{
title
}}
)
returning
id
,
title
,
finished
;
Reference in New Issue
Copy Permalink