3
2 Comments

Where do you host your SQL Database?

I've worked with Mongo mostly so far and used Atlas which has a generous free tier. For smaller projects, I've used Heroku's PSQL offering. However, I'm planning on a bigger project with a PSQL database and I was wondering what the best place to host it would be? How have your experiences been?

  1. 2

    Ive been using AWS, both professionally and for my side projects for quite a while, so I can definitely recommend their RDS free-tier.

    In the free-tier, you'll get a t2.micro instance (1vCPU, 1GB of RAM) and 20GB of storage, which should be more than enough to prove out an idea and probably even support a couple hundred users (depending on what your database needs are of course)

  2. 1

    I'd host your SQL database with whichever cloud provider you are using. Keeps it simple (AWS, Azure, GCP, Heroku).

    This is also a simple way to keep connections from your project fast and not pay data transfer costs.

    I'll note that Heroku's SQL databases were much more expensive than GCP. When we migrated we got a lot more for our money.

Trending on Indie Hackers
How I grew a side project to 100k Unique Visitors in 7 days with 0 audience 49 comments Competing with Product Hunt: a month later 33 comments Why do you hate marketing? 29 comments My Top 20 Free Tools That I Use Everyday as an Indie Hacker 16 comments $15k revenues in <4 months as a solopreneur 14 comments Use Your Product 13 comments