Current section
Files
Jump to
Current section
Files
src/funsies.app.src
{application, funsies, [
{vsn, "1.0.0"},
{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, [cli@project,
db@decoder,
db@orm_gen,
db@query@yum,
db@query@yummy,
db@schema,
funsies,
templates@by_id,
templates@get_all,
templates@insert]},
{registered, []}
]}.