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_Join.hrl
Raw

include/cquill@query@ast_Join.hrl

-record(join, {
join_type :: cquill@query@ast:join_type(),
table :: binary(),
table_alias :: gleam@option:option(binary()),
on :: cquill@query@ast:condition()
}).