Packages

🎂Cake 🦭MariaDB and 🐬MySQL adapters which pass PreparedStatements to the shork library for execution written in Gleam.

Current section

Files

Jump to
cake_shork src cake_shork.app.src
Raw

src/cake_shork.app.src

{application, cake_shork, [
{vsn, "1.5.1"},
{applications, [cake,
gleam_stdlib,
gleam_time,
shork]},
{description, "🎂Cake 🦭MariaDB and 🐬MySQL adapters which pass PreparedStatements to the shork library for execution written in Gleam."},
{modules, [cake@adapter@maria,
cake@adapter@mysql,
cake_shork,
cake_shork@@main]},
{registered, []}
]}.