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@schema_Table.hrl
Raw

include/funsies@schema_Table.hrl

-record(table, {name :: binary(), columns :: list(funsies@schema:column())}).