Comment on What if we treated Postgres like SQLite?parentComments−thruflo11moThis is very much the point of https://pglite.devIt's an embeddable Postgres you can run in process as a local client DB, just like SQLite but it's actually Postgres.−emschwartz11moFor 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.−OutOfHere11moI wish this were available for Go lang, perhaps via Wazero.−ncruces11moMe too. There's only so much time in life. I'd take it for a spin if someone else did it. :)−markuswOP11moAh, I thought I recognized your username from a Github URL. :D Thank you for your contributions in the SQLite & Go space!
Comments
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.
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.
I wish this were available for Go lang, perhaps via Wazero.
Me too. There's only so much time in life. I'd take it for a spin if someone else did it. :)
Ah, I thought I recognized your username from a Github URL. :D Thank you for your contributions in the SQLite & Go space!