sqlite-wasm-http: An experimental HTTP VFS driver for SQLite WASM

7 points by romforth


snej

Cool experiment, but I think performance would be pretty poor since it has to read the database with a whole bunch of sequential 4KB HTTP GETs, which can’t be batched or pipelined because the API is synchronous.