Skip to content

Commit

Permalink
write ppg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Oct 23, 2024
1 parent aa423cd commit af7f454
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit af7f454

Please sign in to comment.