sqlite
In-memory SQLite compiled to WebAssembly through Clang+WASI
It is a port of SQLite 3.31.1 to Webassembly, by compiling the SQLite C code with Clang+WASI. At now, it uses a virtual database file stored in memory, and thus doesn't persist the changes made to the database.
Additional Resources
Date Added: 4/20/20