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