List of all items
Structs
- ConvertOptions
- ConvertResult
- diagnostics::reporter::StrictViolation
- diagnostics::warning::Warning
- ir::ident::Ident
- ir::ident::QualifiedName
- ir::model::AlterConstraint
- ir::model::AlterIdentity
- ir::model::Column
- ir::model::DomainDef
- ir::model::EnumDef
- ir::model::ForeignKeyRef
- ir::model::Index
- ir::model::SchemaModel
- ir::model::Sequence
- ir::model::Table
- pg::normalize::NormalizeOptions
Enums
- ConvertError
- diagnostics::reporter::WarningDestination
- diagnostics::warning::Severity
- ir::expr::Expr
- ir::model::FkAction
- ir::model::IndexColumn
- ir::model::IndexMethod
- ir::model::TableConstraint
- ir::types::PgType
- ir::types::SqliteType
Functions
- convert_pg_ddl_to_sqlite
- diagnostics::reporter::check_strict
- diagnostics::reporter::report_warnings
- pg::normalize::normalize
- pg::parser::parse
- sqlite::render::render
- transform::constraint::transform_constraints
- transform::expr_map::map_expr
- transform::index::transform_indexes
- transform::name_resolve::resolve_names
- transform::planner::plan
- transform::topo::topological_sort
- transform::type_map::map_type
Constants
- diagnostics::warning::ALTER_TARGET_MISSING
- diagnostics::warning::ARRAY_LOSSY
- diagnostics::warning::BIT_AS_TEXT
- diagnostics::warning::BOOLEAN_AS_INTEGER
- diagnostics::warning::CAST_REMOVED
- diagnostics::warning::CHAR_LENGTH_IGNORED
- diagnostics::warning::CHECK_EXPRESSION_UNSUPPORTED
- diagnostics::warning::DATETIME_TEXT_STORAGE
- diagnostics::warning::DEFAULT_UNSUPPORTED
- diagnostics::warning::DEFERRABLE_IGNORED
- diagnostics::warning::DOMAIN_FLATTENED
- diagnostics::warning::ENUM_AS_TEXT
- diagnostics::warning::EXPRESSION_INDEX_UNSUPPORTED
- diagnostics::warning::FK_CYCLE_DETECTED
- diagnostics::warning::FK_TARGET_MISSING
- diagnostics::warning::GEO_AS_TEXT
- diagnostics::warning::IDENTITY_NO_PK
- diagnostics::warning::IDENTITY_TO_AUTOINCREMENT
- diagnostics::warning::INDEX_METHOD_IGNORED
- diagnostics::warning::INTERVAL_AS_TEXT
- diagnostics::warning::JSONB_LOSS
- diagnostics::warning::MONEY_AS_TEXT
- diagnostics::warning::NETWORK_AS_TEXT
- diagnostics::warning::NEXTVAL_REMOVED
- diagnostics::warning::NUMERIC_PRECISION_LOSS
- diagnostics::warning::PARSE_SKIPPED
- diagnostics::warning::PARTIAL_INDEX_UNSUPPORTED
- diagnostics::warning::RANGE_AS_TEXT
- diagnostics::warning::SCHEMA_PREFIXED
- diagnostics::warning::SEQUENCE_IGNORED
- diagnostics::warning::SERIAL_NOT_PRIMARY_KEY
- diagnostics::warning::SERIAL_TO_ROWID
- diagnostics::warning::TIMEZONE_LOSS
- diagnostics::warning::TYPE_UNKNOWN
- diagnostics::warning::TYPE_WIDTH_IGNORED
- diagnostics::warning::UUID_AS_TEXT
- diagnostics::warning::VARCHAR_LENGTH_IGNORED
- diagnostics::warning::XML_AS_TEXT