DEV Community

Niall Maher
Niall Maher

Posted on • Updated on • Originally published at codu.co

No More Free Tier on PlanetScale, Here Are Free Alternatives

PlanetScale decided to remove its free tier. Many developers even call it a "rug pull." As you can imagine, many developers with hobby projects on their free tier are furious.

You can check out their statement here.

Rather than getting into the battle of what I think about the whole situation, I wanted to create a list of alternatives so if you are trying something out or want to migrate you have some cheap/free options:

Supabase - PostgreSQL

Fantastic free tier!

While you can use Supabase just for the PostgreSQL database, it offers much more. Supabase calls itself an "open-source alternative to Firebase".

It provides devs with a suite of tools, the core offering being a PostgreSQL database, authentication, real-time subscriptions, and storage. Its free tier offers a generous amount of database usage, making it an excellent choice for developers building all sorts of applications.

Neon - PostgreSQL

Fantastic free tier!

If you got used to branching on PlanetScale, Neon has you covered!
Neon is a fully managed serverless platform with a free tier. By separating storage from computing, Neon introduces autoscaling, branching, and essentially unlimited storage, addressing key challenges in modern application development.

Designed for efficiency and scalability it'll be hard to go wrong with Neon!

Turso - SQLite

Fantastic free tier!

Turso's free tier offers 9 gigabytes of storage! But it excels in another area. The simplicity of SQLite with the flexibility to deploy anywhere in the world, including within your infrastructure.

Its real appeal is its edge deployments - this unique approach ensures ultra-low latency, potentially down to microseconds, which is ideal for applications requiring immediate data access regardless of location (especially if your app is deployed in edge locations).

Edit: The founder of Turso (Glauber Costa reached out on X to give a discount code for PlanetScale users:

"Would appreciate it if you could add the special promotion for planetscale users on the post: http://turso.tech/turso-forever"

CockroachDB - SQL

Fantastic free tier!

Free for use up to 10 GiB of storage and 50M read units per month. Which should be more than enough for most hobby projects. CockroachDB offers a distributed SQL database solution that emphasizes reliability and scalability for modern applications.

AWS RDS - Multiple options

Has 750 hours and 20gb storage on the free tier

AWS offers 750 hours of Amazon RDS and 20 gigabytes of storage on its free tier (Single-AZ db.t2.micro, db.t3.micro, and db.t4g.micro Instances usage running MySQL, MariaDB, and PostgreSQL). However, AWS also gives founders a lot of credits, so if you plan on scaling but are tight on a budget, AWS can be very founder-friendly.


What other options are you considering instead of PlanetScale?

Let me know in the comments below. πŸ’¬

Follow me on Twitter or connect on LinkedIn.

🚨 Want to make friends and learn from peers?
You can join our free web developer community here. πŸŽ‰

Top comments (3)

Collapse
 
pffigueiredo profile image
Pedro Figueiredo

You should take a look at SingleStore free tier offering, it's pretty new, but pretty promising! It's not every day that you can use one of the fastest cloud-native databases out there, for free πŸ’ͺ

If you end up trying it, do let me know if you have any doubts or feedback, as I was one of the engineers behind this feature 😊

singlestore.com/blog/introducing-s...

Collapse
 
veryfatboy profile image
Akmal Chaudhri

Pedro has mentioned SingleStore. We have a webinar this week on How to Migrate from PlanetScale to SingleStore Free Tier in 5 Mins.

Collapse
 
blackhatuser profile image
userdll32

I just setup MySQL it's really easy than planetscale and more professionnal, I love it . If you need the process to follow to connect your prisma with a MySQL database just leave me a comment !