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
·

2 Repos

Awesome GitHub RepositoriesGraphQL Data Mappers

Layers that map relational database tables and ORM models to GraphQL types with optimized query resolution.

Distinct from GraphQL Model Generators: Distinct from general ORMs as it specifically targets the mapping and optimization of relational data for GraphQL API exposure.

Explore 2 awesome GitHub repositories matching data & databases · GraphQL Data Mappers. Refine with filters or upvote what's useful.

Awesome GraphQL Data Mappers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • graphql-python/graphene-djangoAvatar von graphql-python

    graphql-python/graphene-django

    4,390Auf GitHub ansehen↗

    Graphene-Django is a GraphQL integration framework and schema mapper used to build typed APIs for Django applications. It functions as a database API layer that transforms Django model fields and relationships into a graph schema, allowing clients to request specific data in a single call. The project implements the Relay specification, providing tools for global object identification and standardized connection-based pagination to manage large datasets. It distinguishes itself by mapping database models, forms, and serializers directly into GraphQL object types and mutations. The framework

    Maps relational database tables and ORM models to GraphQL types with optimized query resolution.

    Python
    Auf GitHub ansehen↗4,390
  • hayes/pothosAvatar von hayes

    hayes/pothos

    2,576Auf GitHub ansehen↗

    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

    Implements a dedicated data mapper to connect GraphQL types to relational databases and ORMs with optimized resolution.

    TypeScriptgraphqltypescript
    Auf GitHub ansehen↗2,576
  1. Home
  2. Data & Databases
  3. GraphQL Data Mappers