The maintainer of this website has a Spotify Coding Playlist of their Lo-fi Hip Hop beats!

sql.js

SQLite compiled to WebAssembly through Emscripten

ScreenShot

sql.js is a port of SQLite to Webassembly, by compiling the SQLite C code with Emscripten. It uses a virtual database file stored in memory, and thus doesn't persist the changes made to the database. However, it allows you to import any existing sqlite file, and to export the created database as a JavaScript typed array.

Additional Resources

Date Added: 11/26/19