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

include/cquill@cli@args_GenerateOptions.hrl

-record(generate_options, {
database_url :: binary(),
output :: binary(),
schema :: binary(),
tables :: gleam@option:option(binary()),
exclude :: gleam@option:option(binary()),
prefix :: binary(),
watch :: boolean(),
poll_interval :: integer(),
format :: boolean(),
dry_run :: boolean(),
verbose :: boolean(),
typed :: boolean()
}).