awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSchema Version Views

Creates a stable view layer that abstracts schema changes, allowing clients to query either the old or new version by name.

Distinct from Version View Refreshing: Distinct from Version View Refreshing: focuses on creating versioned views for schema migration, not refreshing a reader's view pointer.

Explore 1 awesome GitHub repository matching data & databases · Schema Version Views. Refine with filters or upvote what's useful.

Awesome Schema Version Views GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • xataio/pgrollxataio 的头像

    xataio/pgroll

    6,502在 GitHub 上查看↗

    pgroll is a PostgreSQL migration framework designed for zero-downtime schema changes. It applies non-blocking DDL operations that avoid exclusive locks on tables, and uses trigger-based column backfill to populate new columns while keeping them synchronized with old ones. The framework wraps each migration step in a database transaction that can be atomically committed or rolled back, and creates a versioned view layer that exposes both old and new schema versions simultaneously to client applications. The tool distinguishes itself by managing multiple schema versions via views, enabling safe

    Creates a stable view layer that abstracts schema changes for querying old or new versions by name.

    Go
    在 GitHub 上查看↗6,502
  1. Home
  2. Data & Databases
  3. Data Management
  4. Table Data Managers
  5. Data Versioning
  6. Version View Refreshing
  7. Schema Version Views