Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/800-guides/080-turborepo.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'How to use Prisma ORM with Turborepo'
metaTitle: 'How to use Prisma ORM with Turborepo'
title: 'How to use Prisma ORM and Prisma Postgres with Turborepo'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Turborepo'
description: 'Learn step-by-step how to integrate Prisma ORM with Turborepo to build modular, scalable monorepo architectures efficiently.'
sidebar_label: 'Turborepo'
completion_time: '15 min'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/090-nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with Next.js'
title: 'How to use Prisma ORM and Prisma Postgres with Next.js'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Next.js 15 and Vercel'
description: 'Learn how to use Prisma ORM in a Next.js app and deploy it to Vercel'
sidebar_label: 'Next.js'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/100-nuxt.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with Nuxt'
title: 'How to use Prisma ORM and Prisma Postgres with Nuxt'
metaTitle: 'Build a Nuxt app with Prisma ORM and Prisma Postgres'
description: 'A step-by-step guide to setting up and using Prisma ORM and Prisma Postgres in a Nuxt app and deploying to Vercel.'
sidebar_label: 'Nuxt'
Expand Down
4 changes: 2 additions & 2 deletions content/800-guides/140-use-prisma-in-pnpm-workspaces.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'How to use Prisma ORM in a pnpm workspaces monorepo'
metaTitle: 'How to use Prisma ORM in a pnpm workspaces monorepo'
title: 'How to use Prisma ORM and Prisma Postgres in a pnpm workspaces monorepo'
metaTitle: 'How to use Prisma ORM and Prisma Postgres in a pnpm workspaces monorepo'
description: 'Learn step-by-step how to integrate Prisma ORM in a pnpm workspaces monorepo to build scalable and modular applications efficiently.'
sidebar_label: 'pnpm workspaces'
completion_time: '10 min'
Expand Down
4 changes: 2 additions & 2 deletions content/800-guides/150-multiple-databases.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'How to use multiple databases in a single app'
metaTitle: 'How to use multiple databases in a single app'
title: 'How to use Prisma ORM with multiple databases in a single app'
metaTitle: 'How to use Prisma ORM with multiple databases in a single app'
description: 'Learn how to use multiple Prisma Clients in a single app to connect to multiple databases, handle migrations, and deploy your application to Vercel.'
sidebar_label: 'Multiple databases'
image: '/img/guides/multiple-databases.png'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/170-react-router-7.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with React Router 7'
title: 'How to use Prisma ORM and Prisma Postgres with React Router 7'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with React Router 7'
description: 'Learn how to use Prisma ORM and Prisma Postgres in a React Router 7 app.'
sidebar_label: 'React Router 7'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/180-solid-start.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with SolidStart'
title: 'How to use Prisma ORM and Prisma Postgres with SolidStart'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with SolidStart'
description: 'Learn how to use Prisma ORM in a SolidStart app'
sidebar_label: 'SolidStart'
Expand Down
4 changes: 2 additions & 2 deletions content/800-guides/190-data-dog.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'How to set up Datadog tracing with Prisma ORM'
metaTitle: 'Datadog tracing with Prisma ORM'
title: 'How to set up Datadog tracing with Prisma ORM and Prisma Postgres'
metaTitle: 'How to set up Datadog tracing with Prisma ORM and Prisma Postgres'
description: 'Learn how to configure Datadog tracing for a Prisma ORM project. Capture spans for every query using the @prisma/instrumentation package, dd-trace, and view them in Datadog.'
sidebar_label: 'Datadog'
image: '/img/guides/datadog-tracing-prisma.png'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/190-sveltekit.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with SvelteKit'
title: 'How to use Prisma ORM and Prisma Postgres with SvelteKit'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with SvelteKit'
description: 'Learn how to use Prisma ORM in a SvelteKit app'
sidebar_label: 'SvelteKit'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/200-clerk-nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with Clerk Auth and Next.js'
title: 'How to use Prisma ORM and Prisma Postgres with Clerk Auth and Next.js'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Clerk Auth and Next.js'
description: 'Learn how to use Prisma ORM in a Next.js app with Clerk Auth'
sidebar_label: 'Clerk (with Next.js)'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/220-astro.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with Astro'
title: 'How to use Prisma ORM and Prisma Postgres with Astro'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Astro'
description: 'Learn how to use Prisma ORM in an Astro app'
sidebar_label: 'Astro'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/230-betterauth-nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with Better Auth and Next.js'
title: 'How to use Prisma ORM and Prisma Postgres with Better Auth and Next.js'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Better Auth and Next.js'
description: 'Learn how to use Prisma ORM in a Next.js app with Better Auth'
sidebar_label: 'Better Auth (with Next.js)'
Expand Down
4 changes: 2 additions & 2 deletions content/800-guides/340-ai-sdk-nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'How to use AI SDK with Prisma and Next.js for chat applications'
metaTitle: 'How to use AI SDK with Prisma and Next.js for chat applications'
title: 'How to use AI SDK with Prisma ORM, Prisma Postgres, and Next.js for chat applications'
metaTitle: 'How to use AI SDK with Prisma ORM, Prisma Postgres, and Next.js for chat applications'
description: 'Build a chat application with AI SDK, Prisma, and Next.js to store chat sessions and messages'
sidebar_label: 'AI SDK (with Next.js)'
image: '/img/guides/prisma-ai-sdk-nextjs-cover.png'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/350-authjs-nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with Auth.js and Next.js'
title: 'How to use Prisma ORM and Prisma Postgres with Auth.js and Next.js'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Auth.js and Next.js'
description: 'Learn how to use Prisma ORM in a Next.js app with Auth.js'
sidebar_label: 'Auth.js (with Next.js)'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/360-embed-studio-nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to embed Prisma Studio in a Next.js app'
title: 'How to embed Prisma Studio in a Next.js app with Prisma Postgres'
metaTitle: 'How to embed Prisma Studio in a Next.js app with Prisma Postgres'
description: 'Learn how to embed Prisma Studio directly in your Next.js application for database management'
sidebar_label: 'Embedded Prisma Studio (with Next.js)'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/370-bun.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma in Bun'
title: 'How to use Prisma ORM and Prisma Postgres with Bun'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Bun'
description: 'Learn how to use Prisma ORM in a Bun application with Prisma Postgres'
sidebar_label: 'Bun'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/390-hono.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma with Hono'
title: 'How to use Prisma ORM and Prisma Postgres with Hono'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Hono'
description: 'Learn how to use Prisma ORM in a Hono app'
sidebar_label: 'Hono'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/400-betterauth-astro.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with Better Auth and Astro'
title: 'How to use Prisma ORM and Prisma Postgres with Better Auth and Astro'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Better Auth and Astro'
description: 'Learn how to use Prisma ORM in an Astro app with Better Auth'
sidebar_label: 'Better Auth (with Astro)'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/410-cloudflare-workers.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with Cloudflare Workers'
title: 'How to use Prisma ORM and Prisma Postgres with Cloudflare Workers'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Cloudflare Workers'
description: 'Learn how to use Prisma ORM in a Cloudflare Workers project'
sidebar_label: 'Cloudflare Workers'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/420-clerk-astro.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma ORM with Clerk Auth and Astro'
title: 'How to use Prisma ORM and Prisma Postgres with Clerk Auth and Astro'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Clerk Auth and Astro'
description: 'Learn how to use Prisma ORM in an Astro app with Clerk Auth'
sidebar_label: 'Clerk (with Astro)'
Expand Down
4 changes: 2 additions & 2 deletions content/800-guides/430-nestjs.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'How to use Prisma ORM with NestJS'
metaTitle: 'How to use Prisma ORM with NestJS'
title: 'How to use Prisma ORM and Prisma Postgres with NestJS'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with NestJS'
description: 'Learn how to use Prisma ORM in a NestJS app'
sidebar_label: 'NestJS'
image: '/img/guides/prisma-nestjs-cover.png'
Expand Down
2 changes: 1 addition & 1 deletion content/800-guides/440-elysia.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'How to use Prisma with Elysia'
title: 'How to use Prisma ORM and Prisma Postgres with Elysia'
metaTitle: 'How to use Prisma ORM and Prisma Postgres with Elysia'
description: 'Learn how to use Prisma ORM in an Elysia app'
sidebar_label: 'Elysia'
Expand Down
Loading