Packages

Type-Safe, ORM-like SQL Library for gleam

Current section

Files

Jump to
starmap include starmap@query_ConvertedOr.hrl
Raw

include/starmap@query_ConvertedOr.hrl

-record(converted_or, {
where1 :: starmap@query:converted_where(any()),
where2 :: starmap@query:converted_where(any())
}).