Current section
Files
Jump to
Current section
Files
src/cake_gmysql.app.src
{application, cake_gmysql, [
{vsn, "1.0.2"},
{applications, [cake,
gleam_stdlib,
gmysql]},
{description, "🎂Cake 🦭MariaDB and 🐬MySQL adapters which pass PreparedStatements to the gmysql library for execution written in Gleam."},
{modules, [cake@adapter@maria,
cake@adapter@mysql,
cake_gmysql]},
{registered, []}
]}.