Skip to content

Instantly share code, notes, and snippets.

@bmaupin
Last active April 26, 2024 12:17
Show Gist options
  • Save bmaupin/0ce79806467804fdbbf8761970511b8c to your computer and use it in GitHub Desktop.
Save bmaupin/0ce79806467804fdbbf8761970511b8c to your computer and use it in GitHub Desktop.
Free database hosting

See also:

Service Type Storage Limitations
Amazon DynamoDB ⚠️ Proprietary NoSQL 25 GB ⚠️ Payment method required
Amazon RDS ⚠️ Proprietary RDBMS ⚠️ Only free for 1 year
Azure SQL Database MS SQL Server ⚠️ Only free for 1 year
👉 Clever Cloud PostgreSQL, MySQL, MongoDB, Redis 256 MB (PostgreSQL) Max 5 connections (PostgreSQL)
ElephantSQL PostgreSQL 20 MB 5 concurrent connections
Fly.io PostgreSQL 3 GB ⚠️ Credit card required, limited outbound traffic, no way to avoid accidental overage fees
Google Cloud Firestore ⚠️ Proprietary NoSQL 1 GB ⚠️ After the first year there's no way to avoid accidental overage fees
Heroku Postgres (discontinued) 😭 PostgreSQL 10K max rows
IBM Cloud Cloudant ⚠️ Proprietary NoSQL 1 GB Deleted after 30 days of no activity
IBM Cloud Db2 Db2 200 MB ⚠️ "users are asked to re-extend their free account every 90 days by email. If you do not re-extend, your free account is cleaned out a further 90 days later"
MongoDB Atlas MongoDB 512 MB
OpenShift 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 Oracle Database 20 GB each per two databases ⚠️ Payment method required
Redis Enterprise Redis 30 MB
Scalingo PostgreSQL 128 MB Max 10 connections
⚠️ Payment method required after 30 day trial
👉 Supabase PostgreSQL 500 MB Paused after 1 week inactivity
2 GB transfer limit
@apfromiit
Copy link

apfromiit commented Feb 13, 2024

https://filess.io

Limits on Filess Free Tier:

1 MySQL Database 10 MB Storage MAX Connections 3

I think the max is for concurrent connections, not for total connections.

I agree. The number of maximum concurrent connections (3) is crucial because we frequently encounter the 'Too many connections' error as the limit could be easily reached.

@erfelipe
Copy link

Unfortunately ElephantSQL left the free plan. He can leave the table/list and the others can join.

@Taewan-P
Copy link

Taewan-P commented Mar 9, 2024

Planetscale is also leaving the free plan. (Hobby plan)

@Ziul
Copy link

Ziul commented Mar 11, 2024

@Taewan-P Planetscale is deprecating the hobby plan: https://planetscale.com/docs/concepts/hobby-plan#overview

@sebastianrm83
Copy link

Neon has 3GB of PostgreSQL on their free tier.

This worked fine. Thanks :)

@sosolidkk
Copy link

ElephantSQL is terminating all services by the end of January 2025.

End of life announcement

@ExVault
Copy link

ExVault commented Mar 23, 2024

Redis Enterprise is 30 max connections.

@nmsderp
Copy link

nmsderp commented Mar 24, 2024

you should add vercel db, its free

@atowersc
Copy link

Hey! Look at filess.io. They have a free plan
and they have the following DBMS:

  • MySQL
  • PostgreSQL
  • MongoDB
  • MariaDB

excellent choice for free

Now It's 10MB free storage + limited connections(<5)

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment