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