mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
9 lines
364 B
Markdown
9 lines
364 B
Markdown
# Go SQLite VFS API
|
|
|
|
This package implements the SQLite [OS Interface](https://www.sqlite.org/vfs.html) (aka VFS).
|
|
|
|
It replaces the default VFS with a pure Go implementation,
|
|
that is tested on Linux, macOS and Windows,
|
|
but which should also work on illumos and the various BSDs.
|
|
|
|
It also exposes interfaces that should allow you to implement your own custom VFSes. |