VFS locking.

This commit is contained in:
Nuno Cruces
2023-05-26 11:04:48 +01:00
parent 7ca9d79424
commit f1c46db512
3 changed files with 132 additions and 51 deletions

View File

@@ -72,10 +72,10 @@ Performance is tested by running
- [ ] session extension
- [ ] custom SQL functions
- [ ] custom VFSes
- [ ] in-memory VFS
- [x] custom VFS API
- [x] in-memory VFS
- [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
### Alternatives