Files
sqlite3/sqlite3vfs/README.md
2023-05-31 19:24:41 +01:00

364 B

Go SQLite VFS API

This package implements the SQLite OS Interface (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.