The Postgres WASM project has created a browser-based environment with the PostgreSQL DBMS.
The Postgres WASM project has opened its developments, creating an environment with the PostgreSQL database management system that runs inside the browser. The associated code is open under the MIT license. A toolkit is provided for building a browser-based virtual machine with a stripped-down Linux environment, PostgreSQL server 14.5, and accompanying utilities (psql, pg_dump). The final build size is approximately 30 MB. The virtual machine's internals are formed using buildroot scripts. [ … ]
