Hacker News new | ask | show | jobs
by endisneigh 703 days ago
Fact of the matter is that SQLite shouldn’t be used in a non embedded context. There’s a reason people use Postgres.

There are some neat things you can do with it like using HTTP range queries to query it directly from object store or Litestream, but my point stands.

2 comments

Fact of the matter is SQLite is appropriate and better for a lot of low-write scenarios on a single machine.
It's just your opinion, not a fact.