Skip to main content

Module overrides

Module overrides 

Source

Structs§

ConnectionOverrides
CLI overrides for database connection credentials.
FilterArgs
CLI overrides for snapshot filters (tables/schemas/extensions).

Functions§

resolve_credentials
Resolve database credentials from CLI overrides, falling back to the configured value when no override is set.
resolve_dialect
resolve_driver
Resolve the effective driver by applying CLI overrides on top of the config’s value, validating that the chosen driver is compatible with the resolved dialect.
resolve_extensions_filter
resolve_filter_list
resolve_schema_display
resolve_schema_files
Resolve the schema file paths the current command will operate on, using the CLI override if provided or the configured value otherwise.
resolve_schema_filters