Skip to main content

Module pagination

Module pagination 

Source
Expand description

SQL string helpers for server-side pagination.

MCP cursor decoding and offset arithmetic live in the server crate; this module only owns the SQL rewrite that appends a LIMIT / OFFSET to a caller-owned SELECT by wrapping it as a subquery.

Functionsยง

with_limit_offset
Wraps a caller-owned SELECT as a subquery with LIMIT / OFFSET appended.