Problem: You want to run a "real" DB in the browser


Problem: You want to run a "real" DB in the browser.

Two solutions:
1. Run SQLite in the browser via sql.js
2. Run Postgres in the browser via PGLite

Both use WASM.

SQLite via sql.js is mature. It released in 2019.
PGLite is new - I just learned about it.

View original on X