Current section
Files
Jump to
Current section
Files
src/glsql.app.src
{application, glsql, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
simplifile,
tom]},
{description, "Generate typed Gleam modules from a SQL schema file"},
{modules, [glsql,
glsql@@main,
glsql@ast,
glsql@codegen,
glsql@config,
glsql@dialect@postgres,
glsql@error,
glsql@lexer,
glsql@mapping,
glsql@parser,
glsql@resolve,
glsql@schema,
glsql@suggest,
glsql@token,
glsql@validate,
glsql_ffi]},
{registered, []}
]}.