Packages

🎂Cake 🪶SQLite adapter which passes PreparedStatements to the sqlight library for execution written in Gleam.

Current section

Files

Jump to
cake_sqlight src cake_sqlight.app.src
Raw

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, []}
]}.