How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
The main features of graphql-nexus/schema are: Web Framework Integrations.
Open-source alternatives to graphql-nexus/schema include: tortoise/tortoise-orm — Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while… flask-admin/flask-admin — Simple and extensible administrative interface framework for Flask. graphql-nexus/nexus — Code-First, Type-Safe, GraphQL Schema Construction. iurisilvio/bottle-sqlalchemy — Bottle SQLAlchemy plugin. jmcarp/filteralchemy — Declarative query builder for SQLAlchemy. jpscaletti/sqla-wrapper — A friendly wrapper for modern SQLAlchemy and Alembic.
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
Code-First, Type-Safe, GraphQL Schema Construction
Simple and extensible administrative interface framework for Flask