Files
mach_examples/07_todo_db_per_user/create_todo.sql
2026-03-26 16:38:23 -05:00

3 lines
44 B
SQL

insert into todos(title)
values({{title}});