Current section
Files
Jump to
Current section
Files
include/sqlode@internal@model_GleamOutput.hrl
-record(gleam_output, {
out :: binary(),
runtime :: sqlode@internal@model:runtime(),
type_mapping :: sqlode@internal@model:type_mapping(),
emit_sql_as_comment :: boolean(),
emit_exact_table_names :: boolean(),
omit_unused_models :: boolean(),
vendor_runtime :: boolean(),
strict_views :: boolean(),
query_parameter_limit :: gleam@option:option(integer())
}).