From 0cd2556c03611403e607feb5046056cee74c1c44 Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 10 Dec 2025 14:16:09 -0500 Subject: [PATCH] PPg added to page --- content/04-postgresql/03-5-ways-to-host-postgresql.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/04-postgresql/03-5-ways-to-host-postgresql.mdx b/content/04-postgresql/03-5-ways-to-host-postgresql.mdx index ec123f8..2fa6c8e 100644 --- a/content/04-postgresql/03-5-ways-to-host-postgresql.mdx +++ b/content/04-postgresql/03-5-ways-to-host-postgresql.mdx @@ -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) @@ -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 | | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -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)