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

include/cquill@codegen@generator_GeneratorConfig.hrl

-record(generator_config, {
module_prefix :: binary(),
include_timestamps :: boolean(),
timestamp_fields :: list(binary()),
generate_decoders :: boolean(),
generate_encoders :: boolean(),
generate_typed :: boolean()
}).