Current section

Files

Jump to
gmysql src gmysql.app.src
Raw

src/gmysql.app.src

{application, gmysql, [
{vsn, "1.4.0"},
{applications, [based,
gleam_erlang,
gleam_otp,
gleam_stdlib,
gleeunit,
mysql]},
{description, "Gleam mysql client and connection pooler."},
{modules, [gmysql,
gmysql@pool]},
{registered, []}
]}.