feat: next

This commit is contained in:
2025-05-12 11:30:33 -04:00
parent cdeaa13d92
commit 07cec78aa5
36 changed files with 1553 additions and 327 deletions

View File

@ -34,6 +34,7 @@ WHERE
AND
(added <= sqlc.narg('end') OR sqlc.narg('end') IS NULL)
)
ORDER BY added DESC
LIMIT
@limit
OFFSET