Sets the AbortSignal for the fetch request.
Set the response type to CSV.
Obtains the EXPLAIN plan for this request.
If true
, the query will be executed and the actual run time will be displayed.
If true
, include information on buffer usage.
If true
, include information on configuration parameters that affect query planning.
If true
, the query identifier will be displayed and the result will include the output columns of the query.
If true
, include information on WAL record generation
Set the response type to GeoJSON.
Limits the result with the specified count
.
The maximum no. of rows to limit to.
The foreign table to use (for foreign columns).
Retrieves at most one row from the result. Result must be at most one row
(e.g. using eq
on a UNIQUE column), otherwise this will result in an
error.
Orders the result with the specified column
.
The column to order on.
If true
, the result will be in ascending order.
The foreign table to use (if column
is a foreign column).
If true
, null
s appear first.
Limits the result to rows within the specified range, inclusive.
The starting index from which to limit the result, inclusive.
The last index to which to limit the result, inclusive.
The foreign table to use (for foreign columns).
Performs vertical filtering with SELECT.
The columns to retrieve, separated by commas.
Retrieves only one row from the result. Result must be one row (e.g. using
limit
), otherwise this will result in an error.
If there's an error with the query, throwOnError will reject the promise by throwing the error instead of returning it as part of a successful response.
Generated using TypeDoc
Post-filters (transforms)