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

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

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

1 个仓库

Awesome GitHub RepositoriesMigration Package Scaffolders

Generates the initial migration package structure for each configured app.

Distinct from Customized App Migrations: Distinct from Customized App Migrations: focuses on initial scaffolding of migration packages, not merging upstream changes into forked apps.

Explore 1 awesome GitHub repository matching data & databases · Migration Package Scaffolders. Refine with filters or upvote what's useful.

Awesome Migration Package Scaffolders GitHub Repositories

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

    tortoise/tortoise-orm

    5,582在 GitHub 上查看↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Generates the initial migration package structure for each configured app.

    Pythonasyncasynciomysql
    在 GitHub 上查看↗5,582
  1. Home
  2. Data & Databases
  3. Structural Data Validators
  4. Data Structure Migration
  5. Schema Migrations
  6. Customized App Migrations
  7. Migration Package Scaffolders