Litestream VFS
42 points by emschwartz
42 points by emschwartz
This sounds very nice, but I'm not able to build a version of litestream.so that doesn't crash on loading (using SQLite 3.50.4), would be good if litestream-vfs-v0.5.3-linux-amd64.tar.gz also contained a compatible sqlite3 binary.
Reminds me of https://ansiwave.net/blog/sqlite-over-http.html and https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/
I wonder how hard it would be to get this working with SQLite in WebAssembly - it would be pretty amazing to be able to run point-in-time queries against a SQLite database served over HTTP from object storage entirely in the browser.
Have you seen this ?
I had not! I'm a huge fan of https://github.com/phiresky/sql.js-httpvfs - really cool to see someone is actively working on a modern version.
nice! I open Lobsters to take a break from building an SQLite remote for object storage, and I see this.