Current section
Files
Jump to
Current section
Files
src/cquill.app.src
{application, cquill, [
{vsn, "0.1.1"},
{applications, [argv,
clip,
envoy,
gleam_erlang,
gleam_otp,
gleam_regexp,
gleam_stdlib,
pog,
simplifile]},
{description, "A compile-time safe database library for Gleam - Ecto-inspired schemas, composable queries, and adapter-based persistence"},
{modules, [bench@bench,
bench@memory_adapter_bench,
bench@query_bench,
bench@run_all,
bench@schema_bench,
bench_ffi,
cquill,
cquill@@main,
cquill@adapter,
cquill@adapter@memory,
cquill@adapter@postgres,
cquill@changeset,
cquill@cli@args,
cquill@cli@generate,
cquill@codegen@generator,
cquill@codegen@type_mapping,
cquill@dev,
cquill@error,
cquill@error@format,
cquill@introspection,
cquill@query,
cquill@query@ast,
cquill@query@builder,
cquill@repo,
cquill@schema,
cquill@schema@field,
cquill@telemetry,
cquill@testing,
cquill@typed@mutation,
cquill@typed@query,
cquill@typed@raw,
cquill@typed@table,
cquill_crypto_ffi,
cquill_dev_ffi,
cquill_ffi,
cquill_telemetry_ffi]},
{registered, []}
]}.