Table of Contents

Namespace The.PostgreSQL.Schema

Classes

PostgreSQLMigrationGenerator

Generates PostgreSQL DDL migrations from model events. Wraps the generic MigrationGenerator with PostgreSQL-specific state and dialect.

PostgreSQLMigrationRunner

Executes schema migrations against a PostgreSQL database. Handles control table creation and migration version tracking.