Packages

A compile-time safe database library for Gleam - Ecto-inspired schemas, composable queries, and adapter-based persistence

Current section

Files

Jump to
cquill include cquill@error@format_ErrorContext.hrl
Raw

include/cquill@error@format_ErrorContext.hrl

-record(error_context, {
'query' :: gleam@option:option(binary()),
params :: gleam@option:option(list(cquill@query@ast:value())),
source_location :: gleam@option:option(cquill@error@format:source_location()),
table :: gleam@option:option(binary()),
operation :: gleam@option:option(binary())
}).