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:

  • ws4sqlite - a server application that, applied to one or more SQLite files, allows to perform SQL queries and statements on them via REST.
Written on January 12, 2022, Last update on March 22, 2022
sqlite web db