diff --git a/content/800-guides/080-turborepo.mdx b/content/800-guides/080-turborepo.mdx index 6a42b30274..88bfbbc89f 100644 --- a/content/800-guides/080-turborepo.mdx +++ b/content/800-guides/080-turborepo.mdx @@ -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' diff --git a/content/800-guides/090-nextjs.mdx b/content/800-guides/090-nextjs.mdx index ac9db4b2e6..d1e79a1720 100644 --- a/content/800-guides/090-nextjs.mdx +++ b/content/800-guides/090-nextjs.mdx @@ -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' diff --git a/content/800-guides/100-nuxt.mdx b/content/800-guides/100-nuxt.mdx index 88137059b7..f98ec26c7f 100644 --- a/content/800-guides/100-nuxt.mdx +++ b/content/800-guides/100-nuxt.mdx @@ -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' diff --git a/content/800-guides/140-use-prisma-in-pnpm-workspaces.mdx b/content/800-guides/140-use-prisma-in-pnpm-workspaces.mdx index 8c96b6c3e8..13514b41e5 100644 --- a/content/800-guides/140-use-prisma-in-pnpm-workspaces.mdx +++ b/content/800-guides/140-use-prisma-in-pnpm-workspaces.mdx @@ -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' diff --git a/content/800-guides/150-multiple-databases.mdx b/content/800-guides/150-multiple-databases.mdx index 2327858288..db9371bf87 100644 --- a/content/800-guides/150-multiple-databases.mdx +++ b/content/800-guides/150-multiple-databases.mdx @@ -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' diff --git a/content/800-guides/170-react-router-7.mdx b/content/800-guides/170-react-router-7.mdx index 2118a4b566..b5baec2a2f 100644 --- a/content/800-guides/170-react-router-7.mdx +++ b/content/800-guides/170-react-router-7.mdx @@ -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' diff --git a/content/800-guides/180-solid-start.mdx b/content/800-guides/180-solid-start.mdx index dc33f95c66..b96119bbe6 100644 --- a/content/800-guides/180-solid-start.mdx +++ b/content/800-guides/180-solid-start.mdx @@ -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' diff --git a/content/800-guides/190-data-dog.mdx b/content/800-guides/190-data-dog.mdx index 28785285a3..85fac1cda0 100644 --- a/content/800-guides/190-data-dog.mdx +++ b/content/800-guides/190-data-dog.mdx @@ -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' diff --git a/content/800-guides/190-sveltekit.mdx b/content/800-guides/190-sveltekit.mdx index 7bc7ffe291..76a8516b0b 100644 --- a/content/800-guides/190-sveltekit.mdx +++ b/content/800-guides/190-sveltekit.mdx @@ -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' diff --git a/content/800-guides/200-clerk-nextjs.mdx b/content/800-guides/200-clerk-nextjs.mdx index c0601a54c8..043b9f3392 100644 --- a/content/800-guides/200-clerk-nextjs.mdx +++ b/content/800-guides/200-clerk-nextjs.mdx @@ -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)' diff --git a/content/800-guides/220-astro.mdx b/content/800-guides/220-astro.mdx index d528ddbf2c..ac9ac7fe07 100644 --- a/content/800-guides/220-astro.mdx +++ b/content/800-guides/220-astro.mdx @@ -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' diff --git a/content/800-guides/230-betterauth-nextjs.mdx b/content/800-guides/230-betterauth-nextjs.mdx index 61e48510de..2502b30420 100644 --- a/content/800-guides/230-betterauth-nextjs.mdx +++ b/content/800-guides/230-betterauth-nextjs.mdx @@ -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)' diff --git a/content/800-guides/340-ai-sdk-nextjs.mdx b/content/800-guides/340-ai-sdk-nextjs.mdx index bfac7d06f0..d750a9f4a7 100644 --- a/content/800-guides/340-ai-sdk-nextjs.mdx +++ b/content/800-guides/340-ai-sdk-nextjs.mdx @@ -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' diff --git a/content/800-guides/350-authjs-nextjs.mdx b/content/800-guides/350-authjs-nextjs.mdx index b74251fb27..85af69ce94 100644 --- a/content/800-guides/350-authjs-nextjs.mdx +++ b/content/800-guides/350-authjs-nextjs.mdx @@ -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)' diff --git a/content/800-guides/360-embed-studio-nextjs.mdx b/content/800-guides/360-embed-studio-nextjs.mdx index fdfd99c1b8..9d01135069 100644 --- a/content/800-guides/360-embed-studio-nextjs.mdx +++ b/content/800-guides/360-embed-studio-nextjs.mdx @@ -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)' diff --git a/content/800-guides/370-bun.mdx b/content/800-guides/370-bun.mdx index 2f44304b09..9152d87126 100644 --- a/content/800-guides/370-bun.mdx +++ b/content/800-guides/370-bun.mdx @@ -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' diff --git a/content/800-guides/390-hono.mdx b/content/800-guides/390-hono.mdx index 40ba021009..32f09b8c17 100644 --- a/content/800-guides/390-hono.mdx +++ b/content/800-guides/390-hono.mdx @@ -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' diff --git a/content/800-guides/400-betterauth-astro.mdx b/content/800-guides/400-betterauth-astro.mdx index 26050049d5..baa0816a3f 100644 --- a/content/800-guides/400-betterauth-astro.mdx +++ b/content/800-guides/400-betterauth-astro.mdx @@ -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)' diff --git a/content/800-guides/410-cloudflare-workers.mdx b/content/800-guides/410-cloudflare-workers.mdx index f51b3da407..42a53c34e4 100644 --- a/content/800-guides/410-cloudflare-workers.mdx +++ b/content/800-guides/410-cloudflare-workers.mdx @@ -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' diff --git a/content/800-guides/420-clerk-astro.mdx b/content/800-guides/420-clerk-astro.mdx index c626259313..937bfc5fd3 100644 --- a/content/800-guides/420-clerk-astro.mdx +++ b/content/800-guides/420-clerk-astro.mdx @@ -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)' diff --git a/content/800-guides/430-nestjs.mdx b/content/800-guides/430-nestjs.mdx index c5f083fa60..eb799e77ba 100644 --- a/content/800-guides/430-nestjs.mdx +++ b/content/800-guides/430-nestjs.mdx @@ -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' diff --git a/content/800-guides/440-elysia.mdx b/content/800-guides/440-elysia.mdx index 94a0a2197d..31d4aa7e3d 100644 --- a/content/800-guides/440-elysia.mdx +++ b/content/800-guides/440-elysia.mdx @@ -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'