From a04da74deb34aa1fd528315e3f838db51cc4810f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20BABAL?= Date: Sun, 2 Jun 2024 20:48:16 +0300 Subject: [PATCH] Update 03-5-ways-to-host-postgresql.mdx - ElephantSQL already announced end of life - Rapidapp, PostgreSQL as a service --- content/04-postgresql/03-5-ways-to-host-postgresql.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 00919f00..6c5c6db2 100644 --- a/content/04-postgresql/03-5-ways-to-host-postgresql.mdx +++ b/content/04-postgresql/03-5-ways-to-host-postgresql.mdx @@ -219,9 +219,9 @@ The following third-party providers offer managed PostgreSQL databases that you - [Aiven](https://aiven.io/postgresql) - [Compose](https://www.compose.com/databases/postgresql) -- [ElephantSQL](https://www.elephantsql.com/) - [Database Labs](https://www.databaselabs.io/pricing/) - [ScaleGrid](https://scalegrid.io/postgresql/) +- [Rapidapp](https://rapidapp.io) The server and majority of PostgreSQL will be managed by the provider, while you will be able to set up which cloud platform it the database runs on, scaling options, tweak settings, and manage access. You can configure your databases to be connectable from the internet or connect them directly to your applications that are managed by the same provider.