Files
sqlite3/vfs/readervfs/README.md
Nuno Cruces cf0d56271d Integrity.
2024-06-21 13:59:19 +01:00

5 lines
180 B
Markdown

# Go `reader` SQLite VFS
This package implements a `"reader"` SQLite VFS
that allows accessing any [`io.ReaderAt`](https://pkg.go.dev/io#ReaderAt)
as an immutable SQLite database.