awesome-repositories.com

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

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.com博客
分类

2 个仓库

Awesome GitHub RepositoriesMigration Tools

Automated utilities for synchronizing application data structures with database table schemas.

Distinguishing note: No existing candidates provided; minting under Data & Databases to capture schema evolution and synchronization.

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

Awesome Migration Tools GitHub Repositories

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

    go-gorm/gorm

    39,798在 GitHub 上查看↗

    GORM is a developer-focused object-relational mapping library for Go that provides a comprehensive data persistence framework. It serves as a database access layer, allowing developers to map application structures to database tables and perform CRUD operations using a fluent, type-safe query builder instead of writing raw SQL. The library distinguishes itself through its association-aware persistence, which automatically tracks and synchronizes complex entity relationships during database operations. It utilizes a driver-agnostic interface to maintain consistent behavior across various stora

    Synchronizing application data structures with database table schemas to ensure consistent and reliable storage across different environments.

    Gogogolanggorm
    在 GitHub 上查看↗39,798
  • drizzle-team/drizzle-ormdrizzle-team 的头像

    drizzle-team/drizzle-orm

    34,835在 GitHub 上查看↗

    Drizzle ORM is a TypeScript-native database toolkit providing type-safe SQL query building, schema management, and automated migrations across PostgreSQL, MySQL, SQLite, and SingleStore.

    Automatically generates and applies database schema migrations based on code definitions.

    TypeScriptormtypescriptsql
    在 GitHub 上查看↗34,835
  1. Home
  2. Data & Databases
  3. Migration Tools