awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesDjango ORM Backends

Using Django's object-relational mapper with PostgreSQL for storing and querying application data.

Distinct from PostgreSQL Metadata Stores: Distinct from PostgreSQL Metadata Stores: focuses on the Django ORM as the data access layer, not just PostgreSQL as a metadata store.

Explore 4 awesome GitHub repositories matching data & databases · Django ORM Backends. Refine with filters or upvote what's useful.

Awesome Django ORM Backends GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • weblateorg/weblateWeblateOrg का अवतार

    WeblateOrg/weblate

    5,748GitHub पर देखें↗

    Weblate is an open-source web-based translation management system that provides a collaborative platform for teams to review, suggest, and approve translations in real time. It functions as a continuous localization platform, automatically synchronizing translations with source code changes in version control repositories, and can be deployed either as a self-hosted server or through a managed cloud hosting service. The system integrates directly with Git hosting platforms like GitHub, GitLab, and Bitbucket, storing all translations in version control with individual translator attribution re

    Uses Django ORM with PostgreSQL and trigram extensions for translation data storage.

    Pythoncontinuous-localizationcrowdsourcingdcode-2025
    GitHub पर देखें↗5,748
  • tortoise/tortoise-ormtortoise का अवतार

    tortoise/tortoise-orm

    5,582GitHub पर देखें↗

    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

    Provides a Django-style ORM designed for async frameworks, enabling familiar data access in ASGI applications.

    Pythonasyncasynciomysql
    GitHub पर देखें↗5,582
  • wger-project/wgerwger-project का अवतार

    wger-project/wger

    5,636GitHub पर देखें↗

    wger is an open-source web application for fitness tracking, workout planning, and nutrition management. It provides a self-hosted platform where users can design weekly workout routines from a built-in exercise library, log their training progress, and plan daily meals using a food database with automatic nutritional calculations. The application supports multi-user accounts with credential-based login, passkey authentication, and third-party sign-in through OAuth providers. The platform includes a documented REST API that enables programmatic access to workout logs, meal plans, and user dat

    Uses Django's ORM to map Python objects to relational database tables with migration support.

    Pythondjangofitnessgym
    GitHub पर देखें↗5,636
  • jazzband/django-silkjazzband का अवतार

    jazzband/django-silk

    4,926GitHub पर देखें↗

    Django Silk is a profiling and inspection toolset for Django applications designed to capture SQL queries, HTTP request data, and execution timing for diagnostics. It functions as a performance profiler and debugging middleware that records runtime execution data to provide a comprehensive overview of application behavior. The system includes a database profiler for identifying slow operations through detailed timing data and an HTTP request inspector for reviewing headers, bodies, and network traffic via a web interface. It allows for the reproduction of specific server requests through gene

    Stores all captured profiling records as Django model instances in a relational database.

    Python
    GitHub पर देखें↗4,926
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Vector Databases
  6. PostgreSQL Vector Stores
  7. PostgreSQL Metadata Stores
  8. Django ORM Backends

सब-टैग एक्सप्लोर करें

  • Django-Style ORMs for Async FrameworksORMs that mirror Django's model and queryset API but run on asyncio, enabling familiar object-oriented data access in ASGI applications. **Distinct from Django ORM Backends:** Distinct from Django ORM Backends: focuses on async execution and ASGI compatibility, not just using Django ORM with PostgreSQL.