List of all items
Structs
- Waypoint
- advisor::AdvisorConfig
- advisor::AdvisorReport
- advisor::Advisory
- commands::changelog::ChangelogReport
- commands::changelog::VersionChanges
- commands::check_conflicts::Conflict
- commands::check_conflicts::ConflictReport
- commands::diff::DiffReport
- commands::drift::DriftEntry
- commands::drift::DriftReport
- commands::explain::ExplainReport
- commands::explain::MigrationExplain
- commands::explain::StatementExplain
- commands::info::MigrationInfo
- commands::lint::LintIssue
- commands::lint::LintReport
- commands::migrate::MigrateDetail
- commands::migrate::MigrateReport
- commands::repair::RepairReport
- commands::safety::SafetyCommandReport
- commands::simulate::SimulationError
- commands::simulate::SimulationReport
- commands::snapshot::RestoreReport
- commands::snapshot::SnapshotConfig
- commands::snapshot::SnapshotInfo
- commands::snapshot::SnapshotReport
- commands::undo::UndoDetail
- commands::undo::UndoReport
- commands::validate::ValidateReport
- config::CliOverrides
- config::DatabaseConfig
- config::HooksConfig
- config::LintConfig
- config::MigrationSettings
- config::SimulationConfig
- config::WaypointConfig
- dependency::DependencyGraph
- directive::MigrationDirectives
- guard::GuardsConfig
- history::AppliedMigration
- hooks::ResolvedHook
- migration::MigrationVersion
- migration::ResolvedMigration
- multi::DatabaseResult
- multi::MultiResult
- multi::MultiWaypoint
- multi::NamedDatabaseConfig
- preflight::PreflightCheck
- preflight::PreflightConfig
- preflight::PreflightReport
- reversal::ReversalConfig
- reversal::ReversalResult
- safety::SafetyConfig
- safety::SafetyReport
- safety::StatementAnalysis
- schema::ColumnDef
- schema::ConstraintDef
- schema::EnumDef
- schema::FunctionDef
- schema::IndexDef
- schema::SchemaSnapshot
- schema::SequenceDef
- schema::TableDef
- schema::TriggerDef
- schema::ViewDef
Enums
- advisor::AdvisorySeverity
- commands::changelog::ChangelogFormat
- commands::check_conflicts::ConflictType
- commands::diff::DiffTarget
- commands::drift::DriftType
- commands::info::MigrationState
- commands::lint::LintSeverity
- commands::undo::UndoTarget
- config::SslMode
- error::WaypointError
- guard::ComparisonOp
- guard::GuardExpr
- guard::GuardValue
- guard::OnRequireFail
- hooks::HookType
- migration::MigrationKind
- migration::MigrationType
- preflight::CheckStatus
- safety::LockLevel
- safety::SafetyVerdict
- safety::TableSize
- schema::SchemaDiff
- sql_parser::DdlOperation
Functions
- advisor::analyze
- advisor::generate_fix_sql
- checksum::calculate_checksum
- commands::advisor::execute
- commands::advisor::write_fix_file
- commands::baseline::execute
- commands::changelog::execute
- commands::changelog::render_markdown
- commands::changelog::render_plain
- commands::check_conflicts::execute
- commands::clean::execute
- commands::diff::execute
- commands::drift::execute
- commands::explain::execute
- commands::info::execute
- commands::lint::execute
- commands::migrate::execute
- commands::migrate::execute_with_options
- commands::preflight::execute
- commands::repair::execute
- commands::safety::execute
- commands::safety::execute_file
- commands::simulate::execute
- commands::snapshot::execute_restore
- commands::snapshot::execute_snapshot
- commands::snapshot::list_snapshots
- commands::undo::execute
- commands::validate::execute
- config::normalize_location
- db::acquire_advisory_lock
- db::acquire_advisory_lock_with_timeout
- db::check_connection
- db::connect
- db::connect_with_config
- db::connect_with_full_config
- db::execute_in_transaction
- db::execute_raw
- db::get_current_database
- db::get_current_user
- db::inject_keepalive
- db::is_transient_error
- db::quote_ident
- db::release_advisory_lock
- db::validate_identifier
- directive::parse_directives
- error::format_db_error
- guard::evaluate
- guard::parse
- history::create_history_table
- history::delete_failed_migrations
- history::effective_applied_versions
- history::get_applied_migrations
- history::has_entries
- history::history_table_exists
- history::insert_applied_migration
- history::next_installed_rank
- history::update_checksum
- history::update_repeatable_checksum
- hooks::is_hook_file
- hooks::load_config_hooks
- hooks::run_hooks
- hooks::scan_hooks
- migration::parse_migration_filename
- migration::scan_migrations
- placeholder::build_placeholders
- placeholder::replace_placeholders
- preflight::run_preflight
- reversal::capture_before
- reversal::generate_reversal
- reversal::get_reversal
- reversal::store_reversal
- safety::analyze_migration
- safety::classify_table_size
- safety::lock_level_for_ddl
- schema::diff
- schema::generate_ddl
- schema::introspect
- schema::to_ddl
- sql_parser::extract_ddl_operations
- sql_parser::line_number_at
- sql_parser::split_statements