github.com/ncruces/go-sqlite3@v0.15.1-0.20240520133447-53eef1510ff0/vfs/readervfs/README.md (about) 1 # Go `"reader"` SQLite VFS 2 3 This package implements a `"reader"` SQLite VFS 4 that allows accessing any [`io.ReaderAt`](https://pkg.go.dev/io#ReaderAt) 5 as an immutable SQLite database.