Packages

Type-Safe, ORM-like SQL Library for gleam

Current section

Files

Jump to
starmap include starmap@query_Or.hrl
Raw

include/starmap@query_Or.hrl

-record('or', {
where1 :: starmap@query:where(any(), any(), any()),
where2 :: starmap@query:where(any(), any(), any())
}).