awesome-repositories.com
Blog
awesome-repositories.com

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

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

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • strawberry-graphql/strawberryAvatar von strawberry-graphql

    strawberry-graphql/strawberry

    4,674Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,674
  • keithwhor/nodalAvatar von keithwhor

    keithwhor/nodal

    4,484Auf GitHub ansehen↗

    Nodal ist ein Node.js-API-Framework, das für das Erstellen datenzentrierter Webdienste und JSON-APIs unter Verwendung strukturierter Datenmodelle entwickelt wurde. Es fungiert als Object-Relational-Mapper, der das Abfragen und Manipulieren von Datenbankdatensätzen über Objekte anstelle von rohen SQL-Abfragen ermöglicht. Das Projekt enthält ein Datenbank-Migrationstool für das Verfolgen und Anwenden bidirektionaler Schemaänderungen, um die Datenintegrität über verschiedene Umgebungen hinweg zu wahren. Es bietet zudem ein Kommandozeilen-Interface für die Automatisierung der Registrierung und Konfiguration von Remote-Hosting-Umgebungen. Das Framework bietet Funktionen für modellgetriebene API-Generierung, zustandslose JSON-Verarbeitung und automatisiertes Remote-API-Deployment.

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

    JavaScript
    Auf GitHub ansehen↗4,484
  • fastapi-admin/fastapi-adminAvatar von fastapi-admin

    fastapi-admin/fastapi-admin

    3,791Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,791
  • danog/madelineprotoAvatar von danog

    danog/MadelineProto

    3,344Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,344
  1. Home
  2. Data & Databases
  3. CRUD Operations
  4. ORM-Based
  5. Asynchronous ORM Mappings

Unter-Tags erkunden

  • 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.