Files
appstore/apps/sqlpage/0.46.0/site-template/shell.sql
T
okxlin ded145e48e Update sqlpage app
Rebuilt-from-PR: #6309
Source-PR: https://github.com/okxlin/appstore/pull/6309
Maintainer-workflow: appstore-pr-maintainer
2026-08-31 17:02:33 +08:00

5 lines
118 B
SQL

select 'shell' as component,
printf('Todo list (%d)', count(*)) as title,
'timeline' as menu_item
from todos;