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@adapter_Adapter.hrl
Raw

include/gloo@adapter_Adapter.hrl

-record(adapter, {
name :: binary(),
connection :: gloo@adapter:db_connection(),
quote_identifier :: fun((binary()) -> binary()),
placeholder :: fun((integer()) -> binary()),
savepoint_depth :: integer(),
telemetry :: gloo@telemetry:telemetry()
}).