Packages

A fun, friendly, and type-safe ORM for Gleam! Compose type-safe SQL queries, generate decoders and types from schemas, and with a fun CLI!

Current section

Files

Jump to
funsies include funsies@query@yummy_WhereBuilder.hrl
Raw

include/funsies@query@yummy_WhereBuilder.hrl

-record(where_builder, {
table :: funsies@schema:table(),
clauses :: list(funsies@query@yummy:eq())
}).