Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not all you asked but Sqlite archive can be mounted using fuse, https://sqlite.org/sqlar/doc/trunk/README.md


FUSE does local filesystems, and there are also HTTP remote VFS for sqlite.

sqlite-wasm-http is based on phiresky/sql.js-httpvfs, "a read-only HTTP-Range-request based virtual file system for SQLite. It allows hosting an SQLite database on a static file hoster and querying that database from the browser without fully downloading it." "but uses the new official SQLite WASM distribution." [1][2]

[2] sql.js-httpvfs: https://github.com/phiresky/sql.js-httpvfs

[1] sqlite-wasm-http: https://www.npmjs.com/package/sqlite-wasm-http

[3] sqlite3vfshttp: https://github.com/psanford/sqlite3vfshttp

HTTP Range requests: https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requ...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: