PGlite – Postgres in WASM
github.com
PGlite – Postgres in WASM
1–10 of 19 posts
Re: PGlite – Postgres in WASM
#2Re: PGlite – Postgres in WASM
#3Re: PGlite – Postgres in WASM
#4How is this different than the one done by CrunchyData here https://www.crunchydata.com/blog/crazy-idea-to-postgres-in-t...
This is pure WASM, no VM, 3.7MB download. Plus it has persistent storage.
Re: PGlite – Postgres in WASM
#5This seems possible due to the separation of Postgres storage and compute work done by Neon?
Re: PGlite – Postgres in WASM
#6I was so excited to try it out it that I just released an in-browser PostgreSQL playground on top of PGlite.
It's also open source and easy to integrate:
Re: PGlite – Postgres in WASM
#7Fitting PostgreSQL into a 12MB binary with a simple API is amazing! I was so excited to try it out it that I just released an in-browser PostgreSQL playground on top of PGlite. It's also open source and easy to integrate: https://codapi.org/postgres-pglite
Re: PGlite – Postgres in WASM
#8Re: PGlite – Postgres in WASM
#9Interesting that it could be done at all - but having a hard time coming up with any real world use cases for this. Are there any?
Re: PGlite – Postgres in WASM
#10Interesting that it could be done at all - but having a hard time coming up with any real world use cases for this. Are there any?