Current section
Files
Jump to
Current section
Files
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, []}
]}.