←back to thread

75 points markusw | 1 comments | | HN request time: 0s | source
Show context
emschwartz ◴[] No.45334021[source]
I think this is a neat direction to explore. I've wondered in the past whether you could use https://pglite.dev/ as if it were SQLite.
replies(4): >>45335242 #>>45335249 #>>45336800 #>>45342100 #
thruflo ◴[] No.45335242[source]
This is very much the point of https://pglite.dev

It's an embeddable Postgres you can run in process as a local client DB, just like SQLite but it's actually Postgres.

replies(2): >>45335479 #>>45335944 #
1. emschwartz ◴[] No.45335944[source]
For sure. I’m curious if anyone using it in production as an alternative to SQLite and, if so, what the performance and experience is like.