4 repository-uri
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 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.
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.