From 75764b949654ababcc1fcaa4f87f6a6f55462366 Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Tue, 17 Sep 2019 16:10:14 -0700 Subject: [PATCH] Add heroku's free Postgres to DBs I'm using it for a project right now; seems a bit roomier than elephantsql's free tier. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8b4ef61..7bf831ac 100644 --- a/README.md +++ b/README.md @@ -500,6 +500,7 @@ Table of Contents * [redsmin.com](https://www.redsmin.com/) — Online real-time monitoring and administration service for Redis, 1 Redis instance free * [graphstory.com](https://graphstory.com/) — GraphStory offers Neo4j (a Graph Database) as a service * [elephantsql.com](https://www.elephantsql.com/) — PostgreSQL as a service, 20 MB free + * [heroku.com](https://www.heroku.com/) — PostgreSQL as a service, up to 10,000 rows and 20 connections free (provided as an "addon," but can be attached to an otherwise empty app and accessed externally) * [graphenedb.com](https://www.graphenedb.com/) — Neo4j as a service, up to 1,000 nodes and 10,000 relations free * [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) — free tier gives 512 MB * [scalingo.com](https://scalingo.com/) — Primarily a PaaS but offers a 512 MB free tier of MySQL, PostgreSQL or MongoDB