awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • graphql-python/graphene-djangographql-python 的头像

    graphql-python/graphene-django

    4,390在 GitHub 上查看↗

    Graphene-Django 是一个 GraphQL 集成框架和模式映射器,用于为 Django 应用程序构建类型化 API。它作为一个数据库 API 层,将 Django 模型字段和关系转换为图模式,允许客户端在单次调用中请求特定数据。 该项目实现了 Relay 规范,提供用于全局对象标识和标准化基于连接的分页的工具,以管理大型数据集。它通过将数据库模型、表单和序列化器直接映射到 GraphQL 对象类型和变更(Mutations)中而脱颖而出。 该框架涵盖了广泛的能力,包括字段级访问控制、基于中间件的请求拦截以及通过 WebSocket 路由处理实时操作。它还包括用于 SQL 性能检查和变更事务包装的实用程序,以确保更新期间的数据完整性。 提供了一个专门的测试客户端来验证 API 响应并针对端点执行查询。

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

    Python
    在 GitHub 上查看↗4,390
  • hayes/pothoshayes 的头像

    hayes/pothos

    2,576在 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

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

    TypeScriptgraphqltypescript
    在 GitHub 上查看↗2,576
  1. Home
  2. Data & Databases
  3. GraphQL Data Mappers