Remix.run Logo
darintay 2 days ago

Does this work with sqlite extensions? If I were using e.g. sqlite-vec or -vss or some other vector search extension would I be able to use litestream to back it up to S3 live, and then litestream-vfs to query it remotely without downloading the whole thing?

andersmurphy 2 days ago | parent | next [-]

Yeah I wonder how it would work with things like custome application functions etc. But I guess the query is run locally and it's the pages that are fetched from S3? So it just works? That would be awesome.

I guess there's only one way to find out.

JaggerJo 2 days ago | parent [-]

because liters works at the lowest level (virtual file system) all other things should just work.

ncruces 2 days ago | parent | prev [-]

Yes. (that's all, really)