GitHub
github.com › prisma › prisma-examples
GitHub - prisma/prisma-examples: 🚀 Ready-to-run Prisma example projects
This repository contains a number of ready-to-run example projects demonstrating various use cases of Prisma.
Starred by 6.6K users
Forked by 1.5K users
Languages TypeScript 84.6% | JavaScript 5.5% | Vue 4.4% | CSS 2.0% | Astro 1.6% | HTML 0.8%
16:35
They Finally Fixed Prisma - YouTube
02:09
The New Prisma 7 Config File Just Landed - YouTube
14:55
How to Use Prisma 7 in Next.js - YouTube
23:51
First look at Prisma ORM v7 with Will Madden - YouTube
26:47
First look at Prisma ORM v7 | Will Madden | PodRocket - YouTube
03:08
Prisma 7 is here. - YouTube
GitHub
github.com › prisma › prisma-example-starter-template
GitHub - prisma/prisma-example-starter-template · GitHub
Here is an example connection string with a local MongoDB database: datasource db { provider = "mongodb" url = "mongodb://USERNAME:PASSWORD@HOST/DATABASE?authSource=admin&retryWrites=true&w=majority" } Because MongoDB is currently in Preview, you need to specify the previewFeatures on your generator block: generator client { provider = "prisma-client-js" previewFeatures = ["mongodb"] }
Author prisma
GitHub
github.com › prisma › prisma-examples › blob › latest › README.md
prisma-examples/README.md at latest · prisma/prisma-examples
This repository contains a number of ready-to-run example projects demonstrating various use cases of Prisma.
Author prisma
GitHub
github.com › prisma › prisma1-examples
GitHub - prisma/prisma1-examples
This repository contains a number of ready-to-run examples demonstrating various use cases of Prisma 1.
Starred by 7 users
Forked by 6 users
Languages TypeScript 83.5% | JavaScript 14.0% | Go 2.2% | Shell 0.3% | TypeScript 83.5% | JavaScript 14.0% | Go 2.2% | Shell 0.3%
GitHub
github.com › prisma › prisma-examples › commits
Commits · prisma/prisma-examples
🚀 Ready-to-run Prisma example projects. Contribute to prisma/prisma-examples development by creating an account on GitHub.
Author prisma
GitHub
github.com › prisma › prisma-examples
prisma-examples/ at latest · prisma/prisma-examples
This repository contains a number of ready-to-run example projects demonstrating various use cases of Prisma.
Author prisma
GitHub
github.com › prisma › prisma-examples › activity
Activity · prisma/prisma-examples
🚀 Ready-to-run Prisma example projects. Contribute to prisma/prisma-examples development by creating an account on GitHub.
Author prisma
GitHub
github.com › prisma › prisma-examples › blob › latest › CONTRIBUTING.md
prisma-examples/CONTRIBUTING.md at latest · prisma/prisma-examples
🚀 Ready-to-run Prisma example projects. Contribute to prisma/prisma-examples development by creating an account on GitHub.
Author prisma
GitHub
github.com › prisma › database-schema-examples
GitHub - prisma/database-schema-examples: Database Schema Examples we strive to support in Prisma · GitHub
This repository contains examples for database schemas, grouped by database. Useful whenever we need a real world example, for example for testing Prisma Introspection or Prisma Client.
Starred by 230 users
Forked by 56 users
Languages TSQL 88.8% | PLpgSQL 7.2% | Groovy 4.0%
GitHub
github.com › prisma › prisma-examples › issues
Issues · prisma/prisma-examples
🚀 Ready-to-run Prisma example projects. Contribute to prisma/prisma-examples development by creating an account on GitHub.
Author prisma
GitHub
github.com › prisma › prisma
GitHub - prisma/prisma: Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB · GitHub
Quickstart • Website • Docs • Examples • Blog • Discord • Twitter • Youtube · Prisma ORM is a next-generation ORM that consists of these tools:
Starred by 47.4K users
Forked by 2.4K users
Languages TypeScript 99.0% | JavaScript 0.9% | Shell 0.1% | Dockerfile 0.0% | PLpgSQL 0.0% | Batchfile 0.0%
GitHub
github.com › prisma › prisma-client-extensions
GitHub - prisma/prisma-client-extensions: Examples of Prisma Client extensions. · GitHub
Starred by 227 users
Forked by 18 users
Languages TypeScript 95.5% | PLpgSQL 3.9%
GitHub
github.com › catalinmiron › awesome-prisma
GitHub - catalinmiron/awesome-prisma: A collection of awesome things regarding Prisma ecosystem.
Prisma Examples · Prisma Day (remote) GraphQL Meetup (remote) TypeScript Meetup (remote) Prisma Audit Trails · Prisma 2 Scratchpad · nx-nest-graphql · Pal.js - CLI to start Prisma and GraphQl projects with just 2 commands · CRUD generator ...
Starred by 655 users
Forked by 57 users
GitHub
github.com › yg0126 › prisma
GitHub - yg0126/prisma
This repository contains a number of ready-to-run example projects demonstrating various use cases of Prisma.
Author yg0126
GitHub
github.com › tidbcloud › nextjs-prisma-example
GitHub - tidbcloud/nextjs-prisma-example: Fullstack Example with Next.js and Prisma. · GitHub
This example shows how to implement a fullstack app in TypeScript with Next.js using React and Prisma Client.
Starred by 11 users
Forked by 8 users
Languages TypeScript