Cratis Arc Query Paging

Add server-side paging and sorting to a Cratis Arc read-model query — which return shapes Arc pages, the exact query-string keys, sorting pitfalls per storage provider, and the paged frontend hooks. Use when a list query can grow large enough that returning every row is wasteful, or needs server-side sorting. Do not use for general query creation or as a performance review.

Cratis 2176f57 2 files · 7.8 KB Updated

File contents

Cratis/AI/tree/main/skills/cratis-arc-query-paging commit 2176f57eda

Frequently asked questions

npx skillmds@latest add cratis/cratis-arc-query-paging