Sqlite3 WebAssembly

This site hosts documentation for the SQLite project’s WebAssembly and JavaScript APIs, enabling the use of sqlite3 in modern WASM-capable browsers. It requires a JavaScript-capable browser for full functionality and uses client-side storage for certain browsing preferences. The site includes project news, FAQs, technical support via the SQLite forum, and info on building and using sqlite3 WASM. Unique offerings include recipes for client-level code, creating virtual tables in JS, and lists of sqlite3 API symbols. Third-party projects using this project are highlighted, including database browsers, local-first platforms, and Postgres servers in browsers. Surprisingly, there are also related projects using sqlite3 in web browsers, such as postgres-wasm and CoWasm.

https://sqlite.org/wasm/doc/trunk/index.md

To top