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

include/cquill@adapter_AdapterCapabilities.hrl

-record(adapter_capabilities, {
transactions :: boolean(),
returning :: boolean(),
batch_insert :: boolean(),
upsert :: boolean(),
max_params :: gleam@option:option(integer()),
json_operations :: boolean(),
array_types :: boolean()
}).