Current section

Files

Jump to
sqlode include sqlode@model_GleamOutput.hrl
Raw

include/sqlode@model_GleamOutput.hrl

-record(gleam_output, {
out :: binary(),
runtime :: sqlode@model:runtime(),
type_mapping :: sqlode@model:type_mapping(),
emit_sql_as_comment :: boolean(),
emit_exact_table_names :: boolean(),
omit_unused_models :: boolean(),
vendor_runtime :: boolean(),
strict_views :: boolean()
}).