Skip to main content

Module query

Module query 

Source
Expand description

Fluent QueryBuilder: chainable filters compiled into parameterized SQL.

Structs§

PullRequestSummary
One pull-request result row.
QueryBuilder
Chainable query over the warehouse.

Enums§

PrState
Pull-request state filter.

Functions§

normalize_login
Normalize a login to an entity key; leave prefixed keys untouched.
raw_query
Run an arbitrary read-only SELECT; returns rows as JSON objects.
validate_select_only
Reject anything that is not a single SELECT statement.