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

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

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

1 个仓库

Awesome GitHub RepositoriesSQL Expression Defaults

Configures a field to use a raw SQL expression or a convenience helper as its default value in the database schema.

Distinct from Schema Default Values: Distinct from Schema Default Values: supports raw SQL expressions and database-level defaults, not just static fallback values.

Explore 1 awesome GitHub repository matching software engineering & architecture · SQL Expression Defaults. Refine with filters or upvote what's useful.

Awesome SQL Expression Defaults 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

    Configures fields to use raw SQL expressions or convenience helpers as default values in the database schema.

    Pythonasyncasynciomysql
    在 GitHub 上查看↗5,582
  1. Home
  2. Software Engineering & Architecture
  3. Default Configuration Values
  4. Schema Default Values
  5. SQL Expression Defaults