SQLite over http

SQLite (written in C) is compiled to WebAssembly + a virtual file system that fetches chunks of the database with HTTP Range requests when SQLite tries to read from the filesystem. - Hosting SQLite databases on Github Pages / HN / 2

see also

Written on January 12, 2022, Last update on August 14, 2026
sqlite web db