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

include/cquill@adapter@postgres_BatchConfig.hrl

-record(batch_config, {
max_values_per_insert :: integer(),
use_transaction :: boolean()
}).