SQLite Forum

Sqlite in WASM FYI
Login

Sqlite in WASM FYI

(1) By Rico Mariani (rmariani) on 2021-07-18 05:08:50

I did some investigations for using amalgam SQLite inside of a web process in a production environment like Facebook products.

These may be of interest.

* [Part 1](https://ricomariani.medium.com/wasm-sqlite-for-web-products-a86bb172f8ab)
* [Part 2](https://ricomariani.medium.com/wasm-and-sqlite-investigations-part-2-372fcc1f6f01)

I think it's quite promising for a variety of use cases, especially if we can get improvements in IndexedDB for the backing store.