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

include/cquill@query@builder_Scope.hrl

-record(scope, {
name :: binary(),
modifier :: fun((cquill@query@ast:'query'(any())) -> cquill@query@ast:'query'(any()))
}).