awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesDjango-Style ORMs

Object-relational mappers that mirror Django's model and queryset API for defining tables and querying with an object-oriented interface.

Distinct from SQL ORMs: Distinct from SQL ORMs: specifically follows Django's model and queryset API pattern, not a generic ORM.

Explore 1 awesome GitHub repository matching data & databases · Django-Style ORMs. Refine with filters or upvote what's useful.

Awesome Django-Style ORMs GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tortoise/tortoise-ormAvatar tortoise

    tortoise/tortoise-orm

    5,582Vezi pe 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

    Defines database tables as Python classes and queries them with an object-oriented API mirroring Django's syntax.

    Pythonasyncasynciomysql
    Vezi pe GitHub↗5,582
  1. Home
  2. Data & Databases
  3. SQL ORMs
  4. Django-Style ORMs