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

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

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

3 个仓库

Awesome GitHub RepositoriesMigration Lifecycle Tools

Command-line utilities for managing the lifecycle of database migrations.

Distinguishing note: Focuses on the operational management of migration states.

Explore 3 awesome GitHub repositories matching data & databases · Migration Lifecycle Tools. Refine with filters or upvote what's useful.

Awesome Migration Lifecycle Tools GitHub Repositories

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

    payloadcms/payload

    43,053在 GitHub 上查看↗

    Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.

    Provides a command-line interface to create, run, and roll back database schema migrations.

    TypeScriptcmscontent-managementcontent-management-system
    在 GitHub 上查看↗43,053
  • ent/entent 的头像

    ent/ent

    17,110在 GitHub 上查看↗

    Ent is a statically typed entity framework for Go that models database structures as a graph of nodes and edges. It functions as a code generation engine that transforms schema definitions into type-safe database clients, query builders, and migration scripts. By representing data as interconnected entities, the framework enables intuitive traversal of complex relationships and ensures that database interactions remain consistent with the application model at compile time. The framework distinguishes itself through its graph-based approach to data modeling and its reliance on compile-time cod

    Allows custom logic execution during the migration lifecycle to filter tables or manage resources.

    Goententity-frameworkorm
    在 GitHub 上查看↗17,110
  • github/gh-ostgithub 的头像

    github/gh-ost

    13,409在 GitHub 上查看↗

    gh-ost is a triggerless online schema migration tool for MySQL. It functions as a replication client and table management utility that synchronizes data from a source table to a shadow table using binary logs, allowing for table structure modifications without locking original tables or causing downtime. The tool distinguishes itself by using binary-log-based replication instead of triggers to stream row-based events to a shadow table. It implements load-aware throttling and dynamic performance tuning to adjust migration speed based on server load and replication lag. Users can monitor and ad

    Provides an interface to suspend operations, cancel throttling, or postpone the final table swap.

    Go
    在 GitHub 上查看↗13,409
  1. Home
  2. Data & Databases
  3. Migration Lifecycle Tools