awesome-repositories.com
Blog
MCP
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
·
Back to prisma/nuxt-prisma

Open-source alternatives to Nuxt Prisma

11 open-source projects similar to prisma/nuxt-prisma, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Nuxt Prisma alternative.

  • tortoise/tortoise-ormAvatar von tortoise

    tortoise/tortoise-orm

    5,582Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,582
  • flask-admin/flask-adminAvatar von flask-admin

    flask-admin/flask-admin

    6,071Auf GitHub ansehen↗

    Simple and extensible administrative interface framework for Flask

    Python
    Auf GitHub ansehen↗6,071
  • graphql-nexus/nexusAvatar von graphql-nexus

    graphql-nexus/nexus

    3,434Auf GitHub ansehen↗

    Code-First, Type-Safe, GraphQL Schema Construction

    TypeScript
    Auf GitHub ansehen↗3,434
  • graphql-nexus/schemaG

    graphql-nexus/schema

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • iurisilvio/bottle-sqlalchemyAvatar von iurisilvio

    iurisilvio/bottle-sqlalchemy

    126Auf GitHub ansehen↗

    Bottle SQLAlchemy plugin

    Python
    Auf GitHub ansehen↗126

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • jmcarp/filteralchemyAvatar von jmcarp

    jmcarp/filteralchemy

    72Auf GitHub ansehen↗

    Declarative query builder for SQLAlchemy

    Python
    Auf GitHub ansehen↗72
  • jpscaletti/sqla-wrapperAvatar von jpscaletti

    jpscaletti/sqla-wrapper

    148Auf GitHub ansehen↗

    A friendly wrapper for modern SQLAlchemy and Alembic

    Python
    Auf GitHub ansehen↗148
  • krylosov-aa/context-async-sqlalchemyAvatar von krylosov-aa

    krylosov-aa/context-async-sqlalchemy

    61Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗61
  • michallytek/type-graphqlAvatar von MichalLytek

    MichalLytek/type-graphql

    8,088Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,088
  • apollographql/apollo-serverAvatar von apollographql

    apollographql/apollo-server

    13,943Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,943
  • visionmedia/supertestAvatar von visionmedia

    visionmedia/supertest

    14,365Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,365