Packages

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

Current section

Files

Jump to
cake_shork src cake_shork.gleam
Raw

src/cake_shork.gleam

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