←back to thread

75 points markusw | 5 comments | | HN request time: 0.95s | 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 #
1. 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 #
2. OutOfHere ◴[] No.45335479[source]
I wish this were available for Go lang, perhaps via Wazero.
replies(1): >>45336227 #
3. 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.
4. ncruces ◴[] No.45336227[source]
Me too. There's only so much time in life. I'd take it for a spin if someone else did it. :)
replies(1): >>45337319 #
5. markusw ◴[] No.45337319{3}[source]
Ah, I thought I recognized your username from a Github URL. :D Thank you for your contributions in the SQLite & Go space!