top | item 40935433

(no title)

endisneigh | 1 year 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.

discuss

order

byyll|1 year ago

Fact of the matter is SQLite is appropriate and better for a lot of low-write scenarios on a single machine.