awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tortoise/tortoise-ormAvatar von tortoise

    tortoise/tortoise-orm

    5,582Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,582
  1. Home
  2. Software Engineering & Architecture
  3. Default Configuration Values
  4. Schema Default Values
  5. SQL Expression Defaults