Files
sqlite3/sqlite3reader/README.md

5 lines
182 B
Markdown
Raw Normal View History

2023-05-31 18:45:45 +01:00
# 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.