4 Repos
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.
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.
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.
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.
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.