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
·

4 repository-uri

Awesome GitHub RepositoriesAsynchronous ORM Mappings

Object-relational mapping implementations that operate asynchronously and use TTL-based flushing.

Distinct from ORM-Based: Adds asynchronous execution and TTL-based memory management to standard ORM operations.

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

Awesome Asynchronous ORM Mappings GitHub Repositories

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

    strawberry-graphql/strawberry

    4,674Vezi pe GitHub↗

    Strawberry is a type-safe GraphQL library for Python that enables the design of schemas using Python type annotations and dataclasses. It functions as an asynchronous GraphQL server and execution engine, providing a bridge to expose schemas across ASGI-compliant web frameworks such as FastAPI, Django, Flask, and Litestar. The project implements GraphQL Federation, allowing for the creation of distributed schemas and entities that merge into a unified supergraph across multiple services. It also includes a dedicated toolkit for the Relay specification, supporting global object identification a

    Handles compatibility between GraphQL fields and database models for both synchronous and asynchronous fetching.

    Pythonasgiasynciodjango
    Vezi pe GitHub↗4,674
  • keithwhor/nodalAvatar keithwhor

    keithwhor/nodal

    4,484Vezi pe GitHub↗

    Nodal este un framework API Node.js conceput pentru construirea de servicii web centrate pe date și API-uri JSON folosind modele de date structurate. Funcționează ca un object-relational mapper (ORM) care permite interogarea și manipularea înregistrărilor din baza de date prin obiecte, în loc de interogări SQL brute. Proiectul include un instrument de migrare a bazei de date pentru urmărirea și aplicarea schimbărilor de schemă bidirecționale pentru a menține integritatea datelor în diferite medii. De asemenea, dispune de o interfață de linie de comandă pentru automatizarea înregistrării și configurării mediilor de găzduire la distanță. Framework-ul oferă capabilități pentru generarea de API-uri bazate pe modele, procesarea JSON stateless și deployment-ul automat al API-urilor la distanță.

    Translates database records into JavaScript objects using a structured mapping layer to avoid manual SQL queries.

    JavaScript
    Vezi pe GitHub↗4,484
  • fastapi-admin/fastapi-adminAvatar fastapi-admin

    fastapi-admin/fastapi-admin

    3,791Vezi pe GitHub↗

    fastapi-admin is a web-based administrative interface that automatically generates CRUD control panels from FastAPI application models and database schemas. It serves as a model-driven dashboard generator that constructs administrative forms and data tables by inspecting database model metadata and field constraints at runtime. The project integrates with asynchronous object-relational mapping to provide a TortoiseORM admin interface, enabling the management of relational database content through a structured dashboard. The resulting interface utilizes a responsive design system for a consist

    Implements asynchronous object-relational mapping to handle concurrent CRUD operations for the administration interface.

    Python
    Vezi pe GitHub↗3,791
  • danog/madelineprotoAvatar danog

    danog/MadelineProto

    3,344Vezi pe GitHub↗

    MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram API using the MTProto protocol, the same protocol used by official Telegram clients. It functions as both a Telegram bot SDK and a userbot automation library, enabling PHP applications to connect to Telegram as either a bot account or a regular user account, sending and receiving messages, media, and other data directly without relying on the Bot API intermediary. The library is built on an event-driven architecture with Amp v3 fiber-based concurrency, allowing for non-blockin

    Maps handler properties to database rows using an asynchronous ORM for persistent state.

    PHPamphpasyncbot
    Vezi pe GitHub↗3,344
  1. Home
  2. Data & Databases
  3. CRUD Operations
  4. ORM-Based
  5. Asynchronous ORM Mappings

Explorează sub-etichetele

  • Handler Property MappingsMaps event handler properties to database rows for persistent state across restarts. **Distinct from Asynchronous ORM Mappings:** Distinct from Asynchronous ORM Mappings: focuses on mapping handler properties specifically, not general ORM operations.
  • JavaScript Object MappingsObject-relational mapping implementations specifically for the JavaScript runtime. **Distinct from Asynchronous ORM Mappings:** Distinct from Asynchronous ORM Mappings by focusing on the language runtime rather than the asynchronous execution strategy.