Structs§
- Connection
Overrides - CLI overrides for database connection credentials.
- Filter
Args - 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