Files
sqlite3/vfs
Nuno Cruces 6f7f776488 Refactor.
2023-07-03 17:42:53 +01:00
..
2023-06-12 13:04:37 +01:00
2023-06-12 13:04:37 +01:00
2023-06-30 01:52:18 +01:00
2023-07-03 17:08:16 +01:00
2023-06-02 11:14:34 +01:00
2023-06-02 03:38:26 +01:00
2023-06-30 01:52:18 +01:00
2023-06-02 03:38:26 +01:00
2023-06-02 03:38:26 +01:00
2023-06-02 03:38:26 +01:00
2023-06-02 03:38:26 +01:00
2023-06-02 03:38:26 +01:00
2023-06-02 03:38:26 +01:00
2023-06-02 03:38:26 +01:00
2023-06-02 03:38:26 +01:00
2023-06-02 03:38:26 +01:00
2023-06-02 03:38:26 +01:00
2023-06-02 03:38:26 +01:00
2023-06-30 01:52:18 +01:00
2023-07-03 17:42:53 +01:00

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.