diff --git a/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx b/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx index b0449cfc09..5cd1b7c842 100644 --- a/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx +++ b/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx @@ -1,7 +1,7 @@ --- title: 'Prisma Postgres' metaTitle: 'Prisma Postgres' -metaDescription: 'This page gives an overview Prisma Postgres and how to interact with it from Prisma ORM.' +metaDescription: 'This page gives an overview Prisma Postgres, its main worfklows, how to get started, technical details, architecture, limitations, and more.' sidebar_class_name: early-access-badge earlyaccess: true tocDepth: 3 @@ -31,9 +31,8 @@ The easiest way to get started with Prisma Postgres is the [Quickstart](/getting Here's an overview of the technical details of your Prisma Postgres instances: -- **PostgreSQL version**: ??? -- **Compute**: 1GB RAM / 2-Core vCPU -- **Storage**: 1GB limit +- **PostgreSQL version**: 16 +- **Storage**: Max 1GB ## Architecture @@ -47,11 +46,11 @@ Prisma Postgres has a pay-as-you-go pricing model for storage and queries and is ## Temporary limitations -Here's a list of limitations that Prisma Postgres currently has. All of these are temporary and will be lifted in the guture. +Here's a list of limitations that Prisma Postgres currently has. All of these are temporary and will be lifted in the future. ### No automated backups (risk of total data loss) -Prisma Postgres doesn't yet peform automated backups. Hence, there's a risk of total data loss. +Prisma Postgres doesn't peform automated backups yet. Hence, there's a risk of total data loss. ### No direct TCP connection