Files
sqlite3/vfs/README.md
2023-11-09 16:35:45 +00:00

263 B

Go SQLite VFS API

This package implements the SQLite OS Interface (aka VFS).

It replaces the default SQLite VFS with a pure Go implementation.

It also exposes interfaces that should allow you to implement your own custom VFSes.