List of all items
Structs
- DialectParseError
- MigrationTracking
- postgres::ddl::CheckConstraint
- postgres::ddl::CheckConstraintDef
- postgres::ddl::Column
- postgres::ddl::ColumnDef
- postgres::ddl::Enum
- postgres::ddl::EnumDef
- postgres::ddl::ForeignKey
- postgres::ddl::ForeignKeyDef
- postgres::ddl::Generated
- postgres::ddl::GeneratedDef
- postgres::ddl::Identity
- postgres::ddl::IdentityDef
- postgres::ddl::Index
- postgres::ddl::IndexColumn
- postgres::ddl::IndexColumnDef
- postgres::ddl::IndexDef
- postgres::ddl::Opclass
- postgres::ddl::OpclassDef
- postgres::ddl::Policy
- postgres::ddl::PolicyDef
- postgres::ddl::PrimaryKey
- postgres::ddl::PrimaryKeyDef
- postgres::ddl::Privilege
- postgres::ddl::PrivilegeDef
- postgres::ddl::Role
- postgres::ddl::RoleDef
- postgres::ddl::Schema
- postgres::ddl::SchemaDef
- postgres::ddl::Sequence
- postgres::ddl::SequenceDef
- postgres::ddl::Table
- postgres::ddl::TableDef
- postgres::ddl::UniqueConstraint
- postgres::ddl::UniqueConstraintDef
- postgres::ddl::View
- postgres::ddl::ViewDef
- postgres::ddl::ViewWithOption
- postgres::ddl::ViewWithOptionDef
- postgres::ddl::sql::TableSql
- postgres::types::Any
- postgres::types::BitString
- postgres::types::Boolean
- postgres::types::Bytea
- postgres::types::Char
- postgres::types::Cidr
- postgres::types::Circle
- postgres::types::Date
- postgres::types::Enum
- postgres::types::Float4
- postgres::types::Float8
- postgres::types::Inet
- postgres::types::Int2
- postgres::types::Int4
- postgres::types::Int8
- postgres::types::Interval
- postgres::types::Json
- postgres::types::Jsonb
- postgres::types::Line
- postgres::types::LineSegment
- postgres::types::LineString
- postgres::types::MacAddr
- postgres::types::MacAddr8
- postgres::types::Numeric
- postgres::types::Point
- postgres::types::Polygon
- postgres::types::Rect
- postgres::types::Text
- postgres::types::Time
- postgres::types::Timestamp
- postgres::types::Timestamptz
- postgres::types::Timetz
- postgres::types::Uuid
- postgres::types::Varchar
- sql::Array
- sql::Placeholder
- sqlite::ddl::CheckConstraint
- sqlite::ddl::CheckConstraintDef
- sqlite::ddl::Column
- sqlite::ddl::ColumnDef
- sqlite::ddl::ForeignKey
- sqlite::ddl::ForeignKeyDef
- sqlite::ddl::Generated
- sqlite::ddl::GeneratedDef
- sqlite::ddl::Index
- sqlite::ddl::IndexColumn
- sqlite::ddl::IndexColumnDef
- sqlite::ddl::IndexDef
- sqlite::ddl::PrimaryKey
- sqlite::ddl::PrimaryKeyDef
- sqlite::ddl::Table
- sqlite::ddl::TableDef
- sqlite::ddl::UniqueConstraint
- sqlite::ddl::UniqueConstraintDef
- sqlite::ddl::View
- sqlite::ddl::ViewDef
- sqlite::ddl::sql::TableSql
- sqlite::types::Any
- sqlite::types::Blob
- sqlite::types::Integer
- sqlite::types::Numeric
- sqlite::types::Real
- sqlite::types::Text
Enums
- Casing
- Dialect
- EnvOr
- EnvOrError
- postgres::PgTypeCategory
- postgres::PostgreSQLType
- postgres::TypeCategory
- postgres::ddl::GeneratedType
- postgres::ddl::IdentityType
- postgres::ddl::PostgresEntity
- postgres::ddl::PrivilegeType
- postgres::ddl::ReferentialAction
- sqlite::SQLTypeCategory
- sqlite::SQLiteAffinity
- sqlite::SQLiteType
- sqlite::TypeCategory
- sqlite::ddl::GeneratedType
- sqlite::ddl::IndexOrigin
- sqlite::ddl::ReferentialAction
- sqlite::ddl::SqliteEntity
Traits
- sql::ArithmeticOutput
- sql::Assignable
- sql::Binary
- sql::BooleanLike
- sql::Compatible
- sql::DataType
- sql::Floating
- sql::Integral
- sql::Numeric
- sql::Temporal
- sql::Textual
Functions
- sqlite::ddl::name_for_check
- sqlite::ddl::name_for_fk
- sqlite::ddl::name_for_index
- sqlite::ddl::name_for_pk
- sqlite::ddl::name_for_unique
Constants
- postgres::ddl::ENTITY_TYPE_CHECKS
- postgres::ddl::ENTITY_TYPE_COLUMNS
- postgres::ddl::ENTITY_TYPE_ENUMS
- postgres::ddl::ENTITY_TYPE_FKS
- postgres::ddl::ENTITY_TYPE_INDEXES
- postgres::ddl::ENTITY_TYPE_PKS
- postgres::ddl::ENTITY_TYPE_POLICIES
- postgres::ddl::ENTITY_TYPE_PRIVILEGES
- postgres::ddl::ENTITY_TYPE_ROLES
- postgres::ddl::ENTITY_TYPE_SCHEMAS
- postgres::ddl::ENTITY_TYPE_SEQUENCES
- postgres::ddl::ENTITY_TYPE_TABLES
- postgres::ddl::ENTITY_TYPE_UNIQUES
- postgres::ddl::ENTITY_TYPE_VIEWS
- sqlite::ddl::ENTITY_TYPE_CHECKS
- sqlite::ddl::ENTITY_TYPE_COLUMNS
- sqlite::ddl::ENTITY_TYPE_FKS
- sqlite::ddl::ENTITY_TYPE_INDEXES
- sqlite::ddl::ENTITY_TYPE_PKS
- sqlite::ddl::ENTITY_TYPE_TABLES
- sqlite::ddl::ENTITY_TYPE_UNIQUES
- sqlite::ddl::ENTITY_TYPE_VIEWS