Current section
Files
Jump to
Current section
Files
src/cake_sqlight.app.src
{application, cake_sqlight, [
{vsn, "1.0.1"},
{applications, [cake,
gleam_stdlib,
sqlight]},
{description, "🎂Cake 🪶SQLite adapter which which passes PreparedStatements to the sqlight library for execution written in Gleam."},
{modules, [cake@adapter@sqlite,
cake_sqlight]},
{registered, []}
]}.