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
SELECTas a subquery withLIMIT/OFFSETappended.