←back to thread

75 points markusw | 1 comments | | HN request time: 0.217s | source
Show context
kissgyorgy ◴[] No.45335261[source]
The huge advantage of SQLite is not that it's on the same machine, but it's that is it in process which makes deployment and everything else just simpler.
replies(1): >>45337455 #
1. markusw ◴[] No.45337455[source]
Yeah, totally agreed. An embedded Postgres would be sweet (see pglite elsewhere here in the comments, looks interesting).