Packages

A delightful ORM (?) for Gleam! 🍳

Current section

Files

Jump to
ormlette include ormlette@ir@ir_TableIR.hrl
Raw

include/ormlette@ir@ir_TableIR.hrl

-record(table_ir, {name :: binary(), columns :: list(ormlette@ir@ir:column_ir())}).