awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to graphql-nexus/schema

Open-source alternatives to Schema

11 open-source projects similar to graphql-nexus/schema, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Schema alternative.

  • tortoise/tortoise-ormtortoise avatar

    tortoise/tortoise-orm

    5,582View on GitHub↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Pythonasyncasynciomysql
    View on GitHub↗5,582
  • flask-admin/flask-adminflask-admin avatar

    flask-admin/flask-admin

    6,071View on GitHub↗

    Simple and extensible administrative interface framework for Flask

    Python
    View on GitHub↗6,071
  • graphql-nexus/nexusgraphql-nexus avatar

    graphql-nexus/nexus

    3,434View on GitHub↗

    Code-First, Type-Safe, GraphQL Schema Construction

    TypeScript
    View on GitHub↗3,434
  • iurisilvio/bottle-sqlalchemyiurisilvio avatar

    iurisilvio/bottle-sqlalchemy

    126View on GitHub↗

    Bottle SQLAlchemy plugin

    Python
    View on GitHub↗126
  • jmcarp/filteralchemyjmcarp avatar

    jmcarp/filteralchemy

    72View on GitHub↗

    Declarative query builder for SQLAlchemy

    Python
    View on GitHub↗72

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • jpscaletti/sqla-wrapperjpscaletti avatar

    jpscaletti/sqla-wrapper

    148View on GitHub↗

    A friendly wrapper for modern SQLAlchemy and Alembic

    Python
    View on GitHub↗148
  • krylosov-aa/context-async-sqlalchemykrylosov-aa avatar

    krylosov-aa/context-async-sqlalchemy

    61View on GitHub↗

    A convenient way to configure and work with an async SQLAlchemy session through context in asynchronous applications

    Python
    View on GitHub↗61
  • michallytek/type-graphqlMichalLytek avatar

    MichalLytek/type-graphql

    8,088View on GitHub↗

    Type-graphql is a toolkit and framework for creating type-safe GraphQL APIs. It functions as a schema generator and resolver library that uses TypeScript classes and decorators as the primary source of truth for data structures and query logic. The project enables the definition of GraphQL schemas and resolvers through typed classes rather than manual schema definition language. This approach ensures that TypeScript types automatically align with the GraphQL schema to prevent runtime errors. The framework provides capabilities for API implementation, including input data validation and acces

    TypeScript
    View on GitHub↗8,088
  • prisma/nuxt-prismaP

    prisma/nuxt-prisma

    0View on GitHub↗
    View on GitHub↗0
  • apollographql/apollo-serverapollographql avatar

    apollographql/apollo-server

    13,943View on GitHub↗

    Apollo Server is a spec-compliant JavaScript implementation for building GraphQL APIs that resolve queries and mutations based on a defined schema. It functions as a Node.js framework that integrates GraphQL functionality into various web frameworks and serverless environments through middleware. The project provides a federated GraphQL gateway that aggregates multiple distributed subgraphs into a single unified entry point. It includes a built-in interactive API sandbox for testing operations at the server endpoint and a schema registry client to automate the synchronization of API definitio

    TypeScript
    View on GitHub↗13,943
  • visionmedia/supertestvisionmedia avatar

    visionmedia/supertest

    14,365View on GitHub↗

    Supertest is a Node.js HTTP testing library that provides a framework for making requests and asserting responses from web servers. It functions as an HTTP assertion framework designed to verify status codes, response bodies, and headers during automated server tests. The library features an ephemeral port server manager that automatically binds servers to random available ports, removing the need for manual port tracking and preventing conflicts during concurrent test execution. It also includes an HTTP session state manager to persist cookies and session data across multiple sequential requ

    JavaScript
    View on GitHub↗14,365