test(lib_core): sqlite return paginated tasks

refs: #5
This commit is contained in:
Alexander Navarro 2025-05-19 13:22:36 -04:00
parent 94fe050c4a
commit c52a497075
7 changed files with 93 additions and 44 deletions

View file

@ -3,7 +3,7 @@ create table tasks
id integer not null
constraint tasks_pk
primary key autoincrement,
payload_key ANY not null
payload_key TEXT not null
constraint tasks_payload_key
unique on conflict ignore,
payload TEXT not null,