diff --git a/apps/docs/content/docs/postgres/database/local-development.mdx b/apps/docs/content/docs/postgres/database/local-development.mdx index 55e6697eae..2cf93e01b3 100644 --- a/apps/docs/content/docs/postgres/database/local-development.mdx +++ b/apps/docs/content/docs/postgres/database/local-development.mdx @@ -1,16 +1,13 @@ --- title: Local development description: Set up and use Prisma Postgres for local development -badge: preview url: /postgres/database/local-development -metaTitle: Local development with Prisma Postgres (Early Access) -metaDescription: Guide to setting up local development using Prisma Postgres (Early Access) +metaTitle: Local development with Prisma Postgres +metaDescription: Guide to setting up local development using Prisma Postgres --- [Prisma Postgres](/postgres) is a production-grade, cloud-native database and is ideal for staging and production environments. For rapid iteration and isolated testing, you can run a _local_ Prisma Postgres instance (powered by [PGlite](https://pglite.dev)) via the `prisma dev` command. This page explains how to install and launch a local Prisma Postgres database. -Local Prisma Postgres is in [Preview](/orm/more/releases#preview) and is being actively developed. - ## Setting up local development for Prisma Postgres Follow these steps to set up local Prisma Postgres for development.