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
036fb3b04fba510d08ae4057c53a35516bbe0d81
nerak
/
examples
/
05_todo_sse_datastar
/
get_todos.sql
T
4 lines
67 B
SQL
Raw
Normal View
History
Unescape
Escape
nerak repo
2025-07-24 12:46:01 -05:00
select
id
,
title
,
finished
from
todos
where
user_id
=
{{
user_id
}}
;
Reference in New Issue
Copy Permalink