Current section
Files
Jump to
Current section
Files
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()
}).