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 src funsies.app.src
Raw

src/funsies.app.src

{application, funsies, [
{vsn, "1.0.4"},
{applications, [decode,
filepath,
gleam_community_ansi,
gleam_erlang,
gleam_pgo,
gleam_stdlib,
gleeunit,
globlin,
globlin_fs,
shellout,
simplifile,
tom]},
{description, "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!"},
{modules, [funsies,
funsies@builders@by_id,
funsies@builders@get_all,
funsies@builders@insert,
funsies@cli_project@project,
funsies@decoder,
funsies@orm_gen,
funsies@query@runner,
funsies@query@yummy,
funsies@schema]},
{registered, []}
]}.