Y
Hacker News
new
|
ask
|
show
|
jobs
by
niea_11
2499 days ago
From what i saw in the source code, it's a feature that lets sqlite open a database file stored on a web server. There is a class in the code HTTPVFS [1] that proxies sqlite's filesystem operations to http requests.
[1]:
https://github.com/plasticityai/supersqlite/blob/01e54bbb829...