From 8768c0e19c46fe33ceb8803e7030cf77b16f50a4 Mon Sep 17 00:00:00 2001 From: Mahmoud Abdelwahab Date: Mon, 5 Jun 2023 12:44:57 +0300 Subject: [PATCH] Add Neon to the list of PaaS This PR adds [Neon](https://neon.tech) to the list of PaaS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44fcad7..54e1ebb 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * [Heroku Postgres](https://elements.heroku.com/addons/heroku-postgresql) - Plans from free to huge, operated by PostgreSQL experts. Does not require running your app on Heroku. Free plan includes 10,000 rows, 20 connections, up to two backups, and has PostGIS support. * [Render Managed PostgreSQL](https://render.com/docs/databases) - Secure, reliable, and completely hands-off managed PostgreSQL. Encryption at rest, automated backups, and expandable SSD storage included in all plans. Plans start at $7 per month for 256MB RAM and 1GB storage (free for first 90 days). * [Scaleway Managed Database](https://www.scaleway.com/en/database/) - Fully managed PostgreSQL databases with HA, scaling, and automated backups, hosted in the EU. Starting at €10 per month. +* [Neon](https://neon.tech) - Fully managed serverless PostgreSQL. Neon separates storage and compute to offer modern developer features such as serverless, branching, bottomless storage, and more. ### Docker images * [citusdata/citus](https://hub.docker.com/r/citusdata/citus/) - Citus official images with citus extensions. Based on the official Postgres container.