mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
5 lines
182 B
Markdown
5 lines
182 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.
|