awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

ORM Node.js / TypeScript

Classement mis à jour le 30 juin 2026

For un ORM typé pour les applications Node.js, the strongest matches are catchchat/yep (This repository uses Prisma ORM as part of its), prisma/prisma (This is the core Prisma ORM library itself, not) and prismagraphql/prisma (This is the official Prisma ORM repository itself, not). ent/ent and epicweb-dev/epic-stack round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Nous sélectionnons les dépôts GitHub open-source correspondant à « prisma orm best practices ». Les résultats sont classés par pertinence par rapport à votre recherche — utilisez les filtres ci-dessous pour affiner, ou utilisez l'IA.

ORM Node.js / TypeScript

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • catchchat/yepAvatar de CatchChat

    CatchChat/Yep

    5,876Voir sur GitHub↗

    Meet Genius

    This repository uses Prisma ORM as part of its backend stack, but its primary identity is a social marketplace platform, not a curated collection of best-practice patterns for schema design, migrations, or testing.

    SwiftPrisma ORM Schema ManagementPrisma ORM Backends
    Voir sur GitHub↗5,876
  • prisma/prismaAvatar de prisma

    prisma/prisma

    46,366Voir sur GitHub↗

    Prisma is a database toolkit that provides a unified access layer for interacting with relational and document databases. It centers on a declarative schema modeling approach, where developers define their data structures in a human-readable language. This schema serves as the single source of truth, from which the toolkit automatically generates type-safe database clients that provide compile-time validation and editor autocomplete for all data operations. The project distinguishes itself through a high-performance, Rust-based query engine that handles query planning and connection pooling o

    This is the core Prisma ORM library itself, not a dedicated repository of best-practice examples or integration patterns; while it enables schema design, type-safe queries, and migrations, the visitor is looking for a project that demonstrates how to use these features effectively.

    TypeScriptType-Safe Database ClientsType-Safe Query Builders
    Voir sur GitHub↗46,366
  • prismagraphql/prismaAvatar de prismagraphql

    prismagraphql/prisma

    16,393Voir sur GitHub↗

    Prisma is a type-safe database object-relational mapper that uses a declarative schema to map data models to relational and document databases. It provides a unified toolkit for data access, combining a database driver with tools for schema management and record manipulation. The project features a multi-database driver that standardizes interactions across PostgreSQL, MySQL, and MongoDB. It includes a system for tracking and applying structural schema migrations across different environments and a graphical user interface for browsing and editing database records. The system ensures data in

    This is the official Prisma ORM repository itself, not a collection of best-practice examples or project templates; whereas the visitor is looking for demonstration and guidance rather than the tool's source code.

    ScalaType-Safe Database ClientsType-Safe Query Builders
    Voir sur GitHub↗16,393
  • ent/entAvatar de ent

    ent/ent

    17,110Voir sur GitHub↗

    Ent is a statically typed entity framework for Go that models database structures as a graph of nodes and edges. It functions as a code generation engine that transforms schema definitions into type-safe database clients, query builders, and migration scripts. By representing data as interconnected entities, the framework enables intuitive traversal of complex relationships and ensures that database interactions remain consistent with the application model at compile time. The framework distinguishes itself through its graph-based approach to data modeling and its reliance on compile-time cod

    Ent is a Go entity framework and ORM with example projects and best practices, but it is not about Prisma—it uses a different language and schema approach, so it does not directly demonstrate the Prisma-specific patterns, queries, or integrations you are looking for.

    GoType-Safe Database ClientsType-Safe Query Builders
    Voir sur GitHub↗17,110
  • epicweb-dev/epic-stackAvatar de epicweb-dev

    epicweb-dev/epic-stack

    5,537Voir sur GitHub↗

    Epic Stack is a full stack application boilerplate and TypeScript web framework designed for launching production-ready web applications. It serves as a Node.js backend starter and a foundation for building scalable frontend and backend services. The project provides a pre-configured environment for full stack web bootstrapping, focusing on a modern development workflow that integrates the frontend, backend, and database configuration. It includes a frontend component library for creating consistent and responsive user interfaces. The stack facilitates rapid application prototyping and produ

    Epic Stack is a full-stack boilerplate that includes Prisma schema management as one component, but its primary purpose is launching production web apps rather than specifically teaching or demonstrating Prisma ORM best practices, schema design patterns, or migration workflows on their own.

    TypeScriptPrisma ORM Schema Management
    Voir sur GitHub↗5,537
  • trpc/trpcAvatar de trpc

    trpc/trpc

    40,348Voir sur GitHub↗

    This project is an end-to-end type-safe API framework designed to synchronize data structures between frontend and backend codebases without the need for manual code generation. By leveraging TypeScript’s type inference, it allows developers to invoke server-side functions directly from the client as if they were local methods. This remote procedure call approach abstracts away the complexities of HTTP verbs and URL structures, streamlining the full-stack development workflow into a unified experience. The framework distinguishes itself through a modular router architecture that organizes bac

    tRPC is a type-safe API framework that can integrate with Prisma, but the repository itself is not a collection of Prisma ORM best practices, schema design examples, or migration workflows—it’s a broader tool for building APIs rather than a focused guide or example project for Prisma.

    TypeScriptNext.js App Router IntegrationsNext.js Pages Router Integrations
    Voir sur GitHub↗40,348

Related searches

  • un template de démarrage Next.js avec Prisma ORM
  • un ORM typé pour les applications TypeScript
  • un ORM orienté TypeScript pour les bases de données SQL
  • a collection of software engineering best practices
  • un ORM typé pour Python
  • an object relational mapper for C#
  • an open source ORM for relational databases
  • ORMs, query builders et accès aux données