Packages

🎂Cake 🪶SQLite adapter which passes PreparedStatements to the sqlight library for execution written in Gleam.

Current section

Files

Jump to
cake_sqlight src cake_sqlight.gleam
Raw

src/cake_sqlight.gleam

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