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.gleam
Raw

src/cake_gmysql.gleam

import gleam/io
/// As a library *cake_gmysql* cannot be invoked directly in a meaningful way.
///
@internal
pub fn main() {
{
"\n" <> "cake_gmysql is an adapter library and cannot be invoked directly."
}
|> io.println
}