schema library
Classes
- ColumnDefinition
- Represents the desired state of a database column.
- ColumnMetadata
- Metadata about a database column (current state).
- ForeignKeyDefinition
- Represents a foreign key constraint.
- IndexDefinition
- Represents an index definition.
- SchemaDefinition
- Represents the desired state of the database schema.
- SchemaManager
- Interface for schema management and migrations.
- TableDefinition
- Represents the desired state of a database table.
- TableMetadata
- Metadata about a database table (current state).
- UniqueConstraintDefinition
- Represents a unique constraint definition.