Current section
Files
Jump to
Current section
Files
src/parrot.app.src
{application, parrot, [
{vsn, "0.0.9"},
{applications, [argv,
exception,
filepath,
gleam_json,
gleam_stdlib,
gleam_time,
pog,
shellout,
shork,
simplifile,
sqlight,
tom]},
{description, "🦜 type-safe SQL in gleam for sqlite, postgresql & mysql"},
{modules, [parrot,
parrot@@main,
parrot@codegen,
parrot@config,
parrot@internal@colored,
parrot@internal@lib,
parrot@internal@project,
parrot@internal@sqlc,
parrot@internal@string_case]},
{registered, []}
]}.