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

include/gloo@telemetry_QueryEnd.hrl

-record(query_end, {sql :: binary(), duration_ms :: integer(), rows :: integer()}).