From 1a02d905aa29b3adc2d2bbecbbfd086ba08da237 Mon Sep 17 00:00:00 2001 From: marvi Date: Sat, 16 Mar 2019 14:26:20 +0100 Subject: [PATCH] Added DigitalOcean Managed Databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7d6d0d..78e34d7 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ For Database Management * [ElephantSQL](https://www.elephantsql.com/) - Offers databases ranging from shared servers for smaller projects and proof of concepts, up to enterprise grade multi server setups. Has free plan for up to 5 DBs, 20 MB each. * [Google Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres/) - Fully-managed database service that makes it easy to set up, maintain, manage, and administer your PostgreSQL relational databases on Google Cloud Platform. (Beta) * [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. +* [DigitalOcean Managed Databases](https://www.digitalocean.com/products/managed-databases/) - Fully managed PostgreSQL databases. No free plan. Starting at $15/mo. Daily backups with point-in-time recovery. Standby nodes with auto-failover. ### Docker images * [citusdata/citus](https://hub.docker.com/r/citusdata/citus/) - Citus official images with citus extensions. Based on the official Postgres container.