Remix.run Logo
thruflo 3 days ago

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.

emschwartz 3 days ago | parent | next [-]

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.

OutOfHere 3 days ago | parent | prev [-]

I wish this were available for Go lang, perhaps via Wazero.

ncruces 3 days ago | parent [-]

Me too. There's only so much time in life. I'd take it for a spin if someone else did it. :)

markusw 3 days ago | parent [-]

Ah, I thought I recognized your username from a Github URL. :D Thank you for your contributions in the SQLite & Go space!