Packages

SQL query builder core for Gleam

Current section

Files

Jump to
galchemy include galchemy@ast@join_Join.hrl
Raw

include/galchemy@ast@join_Join.hrl

-record(join, {
kind :: galchemy@ast@join:join_kind(),
table :: galchemy@ast@schema:table(),
on :: galchemy@ast@predicate:predicate()
}).