SQLime: SQLite Playground
Discovered: Jan 20, 2022.19:55 Simon W: SQLime: SQLite Playground <— ` It uses the sql.js library which compiles SQLite to WebAssembly, so it runs everything in the browser—but it also supports saving your work to Gists via the GitHub API. The JavaScript source code is fun to read: the site doesn’t use npm or Webpack or similar, opting instead to implement everything library-free using modern JavaScript modules and Web Components. ` all in your browser! love it!