awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repositorios

Awesome GitHub RepositoriesObject-Relational Mapping Models

Definitions for mapping application data structures to database table columns and types.

Distinguishing note: Focuses on the structural definition of model fields rather than query execution or connection management.

Explore 10 awesome GitHub repositories matching data & databases · Object-Relational Mapping Models. Refine with filters or upvote what's useful.

Awesome Object-Relational Mapping Models GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vapor/vaporAvatar de vapor

    vapor/vapor

    26,138Ver en GitHub↗

    Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the

    Store model data using typed fields, supporting optional values and custom database keys for mapping properties to storage columns.

    Swiftframeworkhttphttp2
    Ver en GitHub↗26,138
  • wasp-lang/waspAvatar de wasp-lang

    wasp-lang/wasp

    18,146Ver en GitHub↗

    Wasp is a declarative full-stack web framework that enables developers to build and deploy applications by defining their architecture in a centralized configuration. By using a high-level specification, the framework automates the orchestration of frontend, backend, and database components, ensuring that infrastructure concerns like routing, authentication, and data modeling are handled consistently across the entire stack. The framework distinguishes itself through its compiler-driven approach, which translates declarative configurations into cohesive, production-ready codebases. It provide

    Manages relational data models through an integrated object-relational mapping layer for simplified data persistence.

    TypeScripthaskelljavascriptnode
    Ver en GitHub↗18,146
  • xianhu/learnpythonAvatar de xianhu

    xianhu/LearnPython

    8,484Ver en GitHub↗

    LearnPython is a programming tutorial consisting of a collection of practical code examples used to demonstrate Python language features and programming patterns. It serves as a comprehensive learning resource that implements core language concepts through functional code. The project provides specialized guides and samples covering several key domains. These include asynchronous network programming with event loops and coroutines, data visualization using numerical datasets for 2D and 3D plots, and web scraping for fetching content and automating login flows. It also features instructions on

    Defines data models as classes to map application structures to relational database columns and types.

    Jupyter Notebooklearning-pythonpythonpython-flask
    Ver en GitHub↗8,484
  • vendure-ecommerce/vendureAvatar de vendure-ecommerce

    vendure-ecommerce/vendure

    8,189Ver en GitHub↗

    Vendure is a headless commerce framework built with TypeScript and NestJS for managing direct-to-consumer and business-to-business sales channels. It provides a scalable backend for coordinating product catalogs, orders, and payments through a typed and introspectable GraphQL API. The project is distinguished by a modular, plugin-based extension model that allows for the addition of custom entities, pricing rules, and business logic. This extensibility enables the coordination of omnichannel sales and enterprise order orchestration from a single central core. The framework covers broad capab

    Defines commerce objects as typed classes that map directly to database tables.

    TypeScript
    Ver en GitHub↗8,189
  • vincit/objection.jsAvatar de Vincit

    Vincit/objection.js

    7,343Ver en GitHub↗

    Objection.js is an object-relational mapper for Node.js that maps SQL database tables to classes and rows to model instances. It functions as a high-level abstraction layer built on top of the Knex.js query builder to provide structured model definitions and relational data mapping. The project distinguishes itself through its ability to manage complex object graphs, allowing for the persistence and eager-loading of deeply nested related data in single operations. It incorporates a data integrity layer that uses JSON schema validation to verify model instances before they are persisted to the

    Provides structural definitions for mapping application data models to database table columns and types.

    JavaScript
    Ver en GitHub↗7,343
  • hyperf/hyperfAvatar de hyperf

    hyperf/hyperf

    6,855Ver en GitHub↗

    Hyperf is a high-performance PHP coroutine framework designed for building microservices and middleware. It utilizes non-blocking coroutines to handle high concurrency and low-latency request processing, providing a foundation for scalable distributed systems. The framework is distinguished by an aspect-oriented programming based dependency injector that enables pluggable components and meta-programming. It includes a coroutine-optimized object-relational mapper with integrated model caching and an orchestration toolkit for microservice governance, featuring service discovery, circuit breaker

    Maps database tables to objects with support for custom casting, morph relations, and macroable behaviors.

    PHP
    Ver en GitHub↗6,855
  • miguelgrinberg/microblogAvatar de miguelgrinberg

    miguelgrinberg/microblog

    4,771Ver en GitHub↗

    Este proyecto es una aplicación de blog social construida con Flask. Proporciona una plataforma para la gestión de cuentas de usuario, relaciones de seguimiento y flujos de publicaciones cronológicos, respaldada por una base de datos relacional PostgreSQL. La aplicación cuenta con una interfaz web multilingüe con contenido localizado y formato de fechas. Está diseñada como una aplicación web dockerizada, utilizando contenedores para un despliegue consistente en diferentes entornos. El sistema integra una variedad de capacidades principales, incluyendo búsqueda de texto completo con abstracción de proveedores, un trabajador de tareas asíncronas para procesamiento en segundo plano y un sistema de identidad integral que cubre el registro seguro y el seguimiento de sesiones. También implementa mensajería privada, transmisión de correo SMTP y una API con autenticación basada en tokens. El código emplea una arquitectura modular utilizando el patrón de fábrica de aplicaciones y blueprints para organizar el enrutamiento y la lógica.

    Maps application classes to relational database tables using an object-relational mapper.

    Pythonflaskpythonwebapp
    Ver en GitHub↗4,771
  • mitsuhiko/flask-sqlalchemyAvatar de mitsuhiko

    mitsuhiko/flask-sqlalchemy

    4,311Ver en GitHub↗

    Flask-SQLAlchemy es un kit de herramientas de base de datos relacional que integra el mapeador objeto-relacional SQLAlchemy en aplicaciones web. Sirve como gestor de sesiones de base de datos y kit de herramientas de esquema, proporcionando la infraestructura necesaria para definir modelos de datos y ejecutar consultas dentro de un ciclo de vida de solicitud. El proyecto se distingue por su motor de enrutamiento de múltiples bases de datos, que utiliza bind-keys para mapear diferentes modelos a múltiples motores de base de datos distintos. También incluye una herramienta de auditoría de consultas SQL que captura y registra las sentencias ejecutadas y los datos de tiempo para una sola solicitud para identificar cuellos de botella en el rendimiento. El kit de herramientas cubre el modelado integral de datos relacionales y la gestión de esquemas, incluyendo la capacidad de generar tablas físicas a partir de metadatos o reflejar estructuras de base de datos existentes. Gestiona los ciclos de vida de las conexiones a través de la gestión de sesiones con alcance de solicitud y proporciona utilidades para la paginación de resultados de consultas y la modificación de datos transaccionales.

    Implements a system for mapping application data structures to relational database table columns and types.

    Python
    Ver en GitHub↗4,311
  • refinery/refinerycmsAvatar de refinery

    refinery/refinerycms

    3,910Ver en GitHub↗

    Refinery CMS is a modular content management system designed for Ruby on Rails applications. It provides a framework for organizing website pages, blog posts, and media assets through a visual interface, allowing users to manage site hierarchies and content layouts without requiring raw code input. The system distinguishes itself through an engine-based architecture that allows developers to integrate isolated functional components as mountable sub-applications. It supports extensibility through automated code generators that inject custom logic into the framework, and it utilizes a backend-a

    Maps site content and page structures to a relational database using an object-relational mapping layer.

    Ruby
    Ver en GitHub↗3,910
  • hayes/pothosAvatar de hayes

    hayes/pothos

    2,576Ver en GitHub↗

    Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers to construct schemas using typed definitions in TypeScript, eliminating the need for external code generation steps. The framework distinguishes itself through a dedicated data mapper that connects GraphQL types to relational databases and ORMs, such as Prisma, while optimizing query resolution. It provides a full implementation of the Relay specification, including global object identification and cursor-based pagination. The project covers several core capability areas, incl

    Maps Prisma database models to GraphQL object types and optimizes relation resolution to prevent performance issues.

    TypeScriptgraphqltypescript
    Ver en GitHub↗2,576
  1. Home
  2. Data & Databases
  3. Object-Relational Mapping Models