6 ms·
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
by endisneigh 2y 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.
- postepowanieadm 2y agoIt's just your opinion, not a fact.
- byyll 2y agoFact of the matter is SQLite is appropriate and better for a lot of low-write scenarios on a single machine.