awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

ORM para Node.js / TypeScript

Clasificación actualizada el 30 jun 2026

For ORM con tipado seguro para aplicaciones 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.

Curamos repositorios de código abierto en GitHub que coinciden con “prisma orm best practices”. Los resultados están clasificados por relevancia según tu búsqueda; usa los filtros de abajo para acotar o refina con IA.

ORM para Node.js / TypeScript

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • catchchat/yepAvatar de CatchChat

    CatchChat/Yep

    5,876Ver en 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
    Ver en GitHub↗5,876
  • prisma/prismaAvatar de prisma

    prisma/prisma

    46,366Ver en 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
    Ver en GitHub↗46,366
  • prismagraphql/prismaAvatar de prismagraphql

    prismagraphql/prisma

    16,393Ver en 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
    Ver en GitHub↗16,393
  • ent/entAvatar de ent

    ent/ent

    17,110Ver en 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
    Ver en GitHub↗17,110
  • epicweb-dev/epic-stackAvatar de epicweb-dev

    epicweb-dev/epic-stack

    5,537Ver en 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
    Ver en GitHub↗5,537
  • trpc/trpcAvatar de trpc

    trpc/trpc

    40,348Ver en 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
    Ver en GitHub↗40,348

Related searches

  • plantilla de inicio para Next.js con Prisma ORM
  • un ORM con tipado fuerte para aplicaciones TypeScript
  • ORM con soporte nativo para TypeScript para bases de datos SQL
  • a collection of software engineering best practices
  • un ORM con seguridad de tipos para Python
  • an object relational mapper for C#
  • an open source ORM for relational databases
  • ORMs, query builders y acceso a datos