Skip to content

Instantly share code, notes, and snippets.

@ribafs
Forked from bmaupin/free-database-hosting.md
Created April 6, 2022 21:37
Show Gist options
  • Save ribafs/8d97b04b578833679456a2bdcb983cd5 to your computer and use it in GitHub Desktop.
Save ribafs/8d97b04b578833679456a2bdcb983cd5 to your computer and use it in GitHub Desktop.

Revisions

  1. @bmaupin bmaupin revised this gist Mar 4, 2022. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -4,15 +4,15 @@ See also:

    | Service | Type | Storage | Limitations |
    | --- | --- | --- | --- |
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB | ⚠️ Payment method required |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | | ⚠️ Only free for 1 year |
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | ⚠️ Proprietary NoSQL | 25 GB | ⚠️ Payment method required |
    | [Amazon RDS](https://aws.amazon.com/rds/) | ⚠️ Proprietary RDBMS | | ⚠️ Only free for 1 year |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | | ⚠️ Only free for 1 year |
    | 👉 [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB | 5 concurrent connections |
    | [Fly.io](https://fly.io/blog/free-postgres/) | PostgreSQL | 3 GB | ⚠️ Credit card required, limited outbound traffic, no way to avoid accidental overage fees |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB | ⚠️ After the first year there's no way to avoid accidental overage fees |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | ⚠️ Proprietary NoSQL | 1 GB | ⚠️ After the first year there's no way to avoid accidental overage fees |
    | 👉 [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows | |
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | Proprietary NoSQL | 1 GB | Deleted after 30 days of no activity |
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | ⚠️ Proprietary NoSQL | 1 GB | Deleted after 30 days of no activity |
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB | |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB | |
    | [OpenShift Developer Sandbox](https://developers.redhat.com/developer-sandbox) | MariaDB, MongoDB, MySQL, PostgreSQL | 15 GB | ⚠️ Expires after 30 days (can resubscribe for free but not extend subscription), pods are automatically deleted after 12 consecutive hours of runtime |
  2. @bmaupin bmaupin revised this gist Mar 4, 2022. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -7,15 +7,16 @@ See also:
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB | ⚠️ Payment method required |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | | ⚠️ Only free for 1 year |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | | ⚠️ Only free for 1 year |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
    | 👉 [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB | 5 concurrent connections |
    | [Fly.io](https://fly.io/blog/free-postgres/) | PostgreSQL | 3 GB | ⚠️ Credit card required, limited outbound traffic, no way to avoid accidental overage fees |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB | ⚠️ After the first year there's no way to avoid accidental overage fees |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows | |
    | 👉 [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows | |
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | Proprietary NoSQL | 1 GB | Deleted after 30 days of no activity |
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB | |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB | |
    | [OpenShift Developer Sandbox](https://developers.redhat.com/developer-sandbox) | MariaDB, MongoDB, MySQL, PostgreSQL | 15 GB | ⚠️ Expires after 30 days (can resubscribe for free but not extend subscription), pods are automatically deleted after 12 consecutive hours of runtime |
    | [Oracle Cloud](https://www.oracle.com/cloud/free/) | Oracle Database | 20 GB each per two databases | ⚠️ Payment method required |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB | |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | 128 MB | Max 10 connections<br>⚠️ Payment method required after 30 day trial |
    | 👉 [Supabase](https://supabase.com/pricing) | PostgreSQL | 500 MB | Paused after 1 week inactivity<br>2 GB transfer limit |
  3. @bmaupin bmaupin revised this gist Feb 4, 2022. 1 changed file with 17 additions and 17 deletions.
    34 changes: 17 additions & 17 deletions free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -2,20 +2,20 @@ See also:
    - [Free backend hosting](https://gist.github.com/bmaupin/d2d243218863320b01b0c1e1ca0cf5f3)
    - https://free-for.dev/#/?id=dbaas

    | Service | Type | Limitations |
    | --- | --- | --- |
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB of storage<br>⚠️ Payment method required |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | ⚠️ Only free for 1 year |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | ⚠️ Only free for 1 year |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB of storage (PostgreSQL)<br>Max 5 connections (PostgreSQL) |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB of storage |
    | [Fly.io](https://fly.io/blog/free-postgres/) | PostgreSQL | 3 GB of storage<br>⚠️ Credit card required, limited outbound traffic, no way to avoid accidental overage fees |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br>⚠️ After the first year there's no way to avoid accidental overage fees |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows |
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | Proprietary NoSQL | 1 GB of storage<br>deleted after 30 days of no activity |
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB of storage |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | ⚠️ Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)<br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Oracle Cloud](https://www.oracle.com/cloud/free/) | Oracle Database | 20 GB of storage each per two databases<br>⚠️ Payment method required |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | 128 MB of storage<br>Max 10 connections<br>⚠️ Payment method required after 30 day trial |
    | Service | Type | Storage | Limitations |
    | --- | --- | --- | --- |
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB | ⚠️ Payment method required |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | | ⚠️ Only free for 1 year |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | | ⚠️ Only free for 1 year |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB | 5 concurrent connections |
    | [Fly.io](https://fly.io/blog/free-postgres/) | PostgreSQL | 3 GB | ⚠️ Credit card required, limited outbound traffic, no way to avoid accidental overage fees |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB | ⚠️ After the first year there's no way to avoid accidental overage fees |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows | |
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | Proprietary NoSQL | 1 GB | Deleted after 30 days of no activity |
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB | |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB | |
    | [OpenShift Developer Sandbox](https://developers.redhat.com/developer-sandbox) | MariaDB, MongoDB, MySQL, PostgreSQL | 15 GB | ⚠️ Expires after 30 days (can resubscribe for free but not extend subscription), pods are automatically deleted after 12 consecutive hours of runtime |
    | [Oracle Cloud](https://www.oracle.com/cloud/free/) | Oracle Database | 20 GB each per two databases | ⚠️ Payment method required |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB | |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | 128 MB | Max 10 connections<br>⚠️ Payment method required after 30 day trial |
  4. @bmaupin bmaupin revised this gist Jan 24, 2022. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -4,17 +4,18 @@ See also:

    | Service | Type | Limitations |
    | --- | --- | --- |
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB of storage |
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB of storage<br>⚠️ Payment method required |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | ⚠️ Only free for 1 year |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | ⚠️ Only free for 1 year |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB of storage (PostgreSQL)<br>Max 5 connections (PostgreSQL) |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB of storage |
    | [Fly.io](https://fly.io/blog/free-postgres/) | PostgreSQL | 3 GB of storage<br>⚠️ Credit card required, limited outbound traffic, no way to avoid accidental overage fees |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br>⚠️ After the first year there's no way to avoid accidental overage fees |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows |
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | Proprietary NoSQL | 1 GB of storage<br>deleted after 30 days of no activity |
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB of storage |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | ⚠️ Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)<br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Oracle Cloud](https://www.oracle.com/cloud/free/) | Oracle Database | 20 GB of storage each per two databases |
    | [Oracle Cloud](https://www.oracle.com/cloud/free/) | Oracle Database | 20 GB of storage each per two databases<br>⚠️ Payment method required |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | 128 MB of storage<br>Max 10 connections<br>⚠️ Payment method required after 30 day trial |
  5. @bmaupin bmaupin revised this gist Sep 26, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -15,5 +15,6 @@ See also:
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB of storage |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | ⚠️ Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)<br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Oracle Cloud](https://www.oracle.com/cloud/free/) | Oracle Database | 20 GB of storage each per two databases |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | 128 MB of storage<br>Max 10 connections<br>⚠️ Payment method required after 30 day trial |
  6. @bmaupin bmaupin revised this gist Feb 19, 2021. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -5,15 +5,15 @@ See also:
    | Service | Type | Limitations |
    | --- | --- | --- |
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB of storage |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | <strong>Only free for 1 year</strong> |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | <strong>Only free for 1 year</strong> |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | ⚠️ Only free for 1 year |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | ⚠️ Only free for 1 year |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB of storage (PostgreSQL)<br>Max 5 connections (PostgreSQL) |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB of storage |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br><strong>After the first year there's no way to avoid accidental overage fees</strong> |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br>⚠️ After the first year there's no way to avoid accidental overage fees |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows |
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | Proprietary NoSQL | 1 GB of storage<br>deleted after 30 days of no activity |
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB of storage |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | ⚠️ Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)<br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | 128 MB of storage<br>Max 10 connections<br><strong>Payment method required after 30 day trial</strong> |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | 128 MB of storage<br>Max 10 connections<br>⚠️ Payment method required after 30 day trial |
  7. @bmaupin bmaupin revised this gist Feb 17, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -16,4 +16,4 @@ See also:
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | ~~512 MB~~ 128 MB of storage<br>Max 10 connections |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | 128 MB of storage<br>Max 10 connections<br><strong>Payment method required after 30 day trial</strong> |
  8. @bmaupin bmaupin revised this gist Feb 5, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ See also:
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB of storage |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | <strong>Only free for 1 year</strong> |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | <strong>Only free for 1 year</strong> |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB of storage (PostgreSQL) | Max 5 connections (PostgreSQL) |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB of storage (PostgreSQL)<br>Max 5 connections (PostgreSQL) |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB of storage |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br><strong>After the first year there's no way to avoid accidental overage fees</strong> |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows |
  9. @bmaupin bmaupin revised this gist Feb 5, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,7 @@ See also:
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB of storage |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | <strong>Only free for 1 year</strong> |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | <strong>Only free for 1 year</strong> |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB of storage (PostgreSQL) | Max 5 connections (PostgreSQL) |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB of storage |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br><strong>After the first year there's no way to avoid accidental overage fees</strong> |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows |
    @@ -15,4 +16,4 @@ See also:
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | ~~512 MB~~ 128 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | ~~512 MB~~ 128 MB of storage<br>Max 10 connections |
  10. @bmaupin bmaupin revised this gist Feb 4, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,6 @@
    See also: [Free backend hosting](https://gist.github.com/bmaupin/d2d243218863320b01b0c1e1ca0cf5f3)
    See also:
    - [Free backend hosting](https://gist.github.com/bmaupin/d2d243218863320b01b0c1e1ca0cf5f3)
    - https://free-for.dev/#/?id=dbaas

    | Service | Type | Limitations |
    | --- | --- | --- |
  11. @bmaupin bmaupin revised this gist Dec 18, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,6 @@ See also: [Free backend hosting](https://gist.github.com/bmaupin/d2d243218863320
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | Proprietary NoSQL | 1 GB of storage<br>deleted after 30 days of no activity |
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB of storage |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | ~~512 MB~~ 128 MB of storage |
  12. @bmaupin bmaupin revised this gist Sep 5, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -13,3 +13,4 @@ See also: [Free backend hosting](https://gist.github.com/bmaupin/d2d243218863320
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | ~~512 MB~~ 128 MB of storage |
  13. @bmaupin bmaupin created this gist Feb 26, 2019.
    15 changes: 15 additions & 0 deletions free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    See also: [Free backend hosting](https://gist.github.com/bmaupin/d2d243218863320b01b0c1e1ca0cf5f3)

    | Service | Type | Limitations |
    | --- | --- | --- |
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB of storage |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | <strong>Only free for 1 year</strong> |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | <strong>Only free for 1 year</strong> |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB of storage |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br><strong>After the first year there's no way to avoid accidental overage fees</strong> |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows |
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | Proprietary NoSQL | 1 GB of storage<br>deleted after 30 days of no activity |
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB of storage |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |