Packages

Type-Safe, ORM-like SQL Library for gleam

Current section

Files

Jump to
starmap src starmap.app.src
Raw

src/starmap.app.src

{application, starmap, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit,
sqlight]},
{description, "Type-Safe, ORM-like SQL Library for gleam"},
{modules, [starmap@creation,
starmap@insertion,
starmap@query,
starmap@schema,
starmap@sqlight@convert,
starmap@sqlight@execute,
starmap@sqlight@types]},
{registered, []}
]}.