Live data from Hacker News

Ask HN: What database (and database hosting) to use for small projects?

news.ycombinator.com

1–8 of 8 posts

Ask HN: What database (and database hosting) to use for small projects?

#1
I just started on a project that will probably have no more than 100 customers, keeping track of basic accounting tasks. I'm now thinking about which database service I will use. Looking at the prices of AWS databases, it will cost me $30 per month just to host the smallest RDS instance in the region of my choice.

When starting out on smaller projects that are hosted in the cloud, which database and database hosting/provider do you use? What service do you think offers the best price to quality ratio?

Re: Ask HN: What database (and database hosting) to use for small projects?

#6

SQLite will almost certainly work for your purposes, and you can run it on the same server you already run your web application on.

I've been wondering if it's a terrible idea to run a SQLite database on an efs (the amazon hosted nfs solution) volume. I think it would work but I'm not sure.

Re: Ask HN: What database (and database hosting) to use for small projects?

#8

SQLite will almost certainly work for your purposes, and you can run it on the same server you already run your web application on.

I've been wondering if it's a terrible idea to run a SQLite database on an efs (the amazon hosted nfs solution) volume. I think it would work but I'm not sure.

Quick google-fu suggests that yes, that is a terrible idea.

https://sqlite.org/forum/info/8e84712c9d8b79e7