Current section
Files
Jump to
Current section
Files
include/database@query_Query.hrl
-record('query', {
from :: database@schema:schema(any()),
select :: list(binary()),
where :: list(binary()),
bindings :: list(gleam@pgo:value())
}).