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

src/cake_gmysql.erl

-module(cake_gmysql).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([main/0]).
-file("/Users/leo/local-dev/gleam/gleam-cake-gmysql/src/cake_gmysql.gleam", 6).
-spec main() -> nil.
main() ->
_pipe = (<<"\n"/utf8,
"cake_gmysql is an adapter library and cannot be invoked directly."/utf8>>),
gleam@io:println(_pipe).