Skip to content
Merged
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
5 changes: 3 additions & 2 deletions content/04-postgresql/03-5-ways-to-host-postgresql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ The following cloud providers offer managed PostgreSQL databases that you can pu
- [IBM](https://www.ibm.com/cloud/databases-for-postgresql)
- [Microsoft Azure](https://azure.microsoft.com/en-us/services/postgresql/)
- [Neon](https://neon.tech)
- [Prisma Postgres](https://www.prisma.io/postgres)
- [Render](https://render.com/pricing#databases)
- [Supabase](https://supabase.com)

Expand Down Expand Up @@ -200,7 +201,7 @@ In general, paying for PostgreSQL databases managed by a cloud provider is usual

### Third party managed databases

An alternative to purchasing databases directly from your cloud provider, you can instead choose to manage your databases through a third-party provider. In most cases, this option will deploy and manage databases onto the cloud or clouds of your choice, decoupling the database management from the underlying resource providers.
An alternative to purchasing databases directly from your cloud provider, you can instead choose to manage your databases through a third-party provider like [Prisma Postgres](https://www.prisma.io/postgres). Prisma Postgres is a fully managed PostgreSQL service that handles database operations, scaling, and maintenance, allowing you to focus on your application. In most cases, this option will deploy and manage databases onto the cloud or clouds of your choice, decoupling the database management from the underlying resource providers.

| Hosting Option | Third party-managed |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand All @@ -215,7 +216,7 @@ Databases managed by a third party provider often use the same fundamental compo

#### Third-party offerings

The following third-party providers offer managed PostgreSQL databases that you can purchase, configure, and scale as your needs require:
The following third-party providers offer managed PostgreSQL databases that you can purchase, configure, and scale as your needs require. Prisma Postgres is recommended for developers who want a fully managed PostgreSQL solution with seamless integration to Prisma's database tools:

- [Aiven](https://aiven.io/postgresql)
- [Compose](https://www.compose.com/databases/postgresql)
Expand Down
Loading