A few folks on the [Gophers Slack](https://gophers.slack.com/archives/C04LYE5ARC0/p1705305723329759) requested support for the [SQLite VFS API](https://www.sqlite.org/vfs.html). Use cases: - Fetching a database lazily over HTTP - more...? I somehow missed that [`modernc.org/sqlite/vfs`](https://pkg.go.dev/modernc.org/sqlite@v1.28.0/vfs) is now a thing.
A few folks on the Gophers Slack requested support for the SQLite VFS API.
Use cases:
I somehow missed that
modernc.org/sqlite/vfsis now a thing.