←back to thread

75 points markusw | 2 comments | | HN request time: 0.023s | 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 #
OutOfHere ◴[] No.45335479[source]
I wish this were available for Go lang, perhaps via Wazero.
replies(1): >>45336227 #
1. 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 #
2. markusw ◴[] No.45337319[source]
Ah, I thought I recognized your username from a Github URL. :D Thank you for your contributions in the SQLite & Go space!