Hacker News new | ask | show | jobs
Ask HN: What database is used in modern web stack?
2 points by xcoding 3426 days ago
3 comments

The one that fits your need. If you keep the persistence layer properly separated, you can switch DBs as your needs evolve.
Recently I've seen a shift back to SQL, especially Postresql. Couchbase seems to be popular too.

I'm assuming "modern" means "bleeding edge" otherwise, whatever you've worked with in the past probably fits.

I see that a lot of people are interested in MongoDB, PostgreSQL, Apache Cassandra, InfluxDB.