Packages

A compile-time safe database library for Gleam - Ecto-inspired schemas, composable queries, and adapter-based persistence

Current section

Files

Jump to
cquill include cquill@query@ast_UpdateQuery.hrl
Raw

include/cquill@query@ast_UpdateQuery.hrl

-record(update_query, {
table :: binary(),
schema_name :: gleam@option:option(binary()),
sets :: list(cquill@query@ast:set_clause()),
wheres :: list(cquill@query@ast:where()),
returning :: list(binary())
}).