Packages

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

Current section

Files

Jump to
cake_gmysql src cake_gmysql.app.src
Raw

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