ReaderVFS.

This commit is contained in:
Nuno Cruces
2023-05-23 16:34:09 +01:00
parent cfb69e4ce7
commit cc2d16ac83
10 changed files with 198 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ Performance is tested by running
- [ ] custom SQL functions
- [ ] custom VFSes
- [ ] in-memory VFS
- [ ] read-only VFS, wrapping an [`io.ReaderAt`](https://pkg.go.dev/io#ReaderAt)
- [x] read-only VFS, wrapping an [`io.ReaderAt`](https://pkg.go.dev/io#ReaderAt)
- [ ] cloud-based VFS, based on [Cloud Backed SQLite](https://sqlite.org/cloudsqlite/doc/trunk/www/index.wiki)
- [x] custom VFS API