Wir kuratieren Open-Source GitHub Repositories passend zu „prisma orm best practices“. Die Ergebnisse sind nach Relevanz für deine Suche sortiert — nutze die Filter unten oder verfeinere die Suche mit KI.
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.
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.
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.
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.
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.
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.