Skip to content

feat: Support for Views #1

@Meru143

Description

@Meru143

Description

Add support for comparing and generating migrations for PostgreSQL Views.

Motivation

Views are commonly used for complex queries, reporting, and data abstraction. Users need to track view changes across environments.

Acceptance Criteria

  • Introspect views from information_schema
  • Compare view definitions between source and target
  • Generate CREATE/DROP VIEW statements
  • Add tests

Additional Context

pgquarrel and pgdiff already support this. We should too!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions