Module query_params

Module query_params 

Source
Expand description

Query parameter parsing using nom.

Parses URL query strings into structured filter, select, order, and range data. Mirrors PostgREST’s QueryParams.hs parsing logic.

Functions§

parse_query_params
Parse a query string into QueryParams.
parse_select
Parse the select parameter value.