Packages

Small Postgres + SQLite library for Gleam. Query builder for 80% of CRUD, typed raw SQL for the rest.

Current section

Files

Jump to
gloo include gloo@sql_Sql.hrl
Raw

include/gloo@sql_Sql.hrl

-record(sql, {
statement :: binary(),
parameters :: list(gloo@value:gloo_value()),
decoder :: gleam@dynamic@decode:decoder(any()),
param_count :: integer()
}).