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

src/cake_sqlight.erl

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