←back to thread

75 points markusw | 2 comments | | HN request time: 0.001s | source
1. 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 #
2. markusw ◴[] No.45337455[source]
Yeah, totally agreed. An embedded Postgres would be sweet (see pglite elsewhere here in the comments, looks interesting).