Documentation.

This commit is contained in:
Nuno Cruces
2023-02-28 14:50:15 +00:00
parent 1b3823483f
commit 54046b6adc
8 changed files with 55 additions and 11 deletions

View File

@@ -49,11 +49,13 @@ and WAL databases are not supported.
- [ ] snapshots
- [ ] session extension
- [ ] resumable bulk update
- [ ] SQL functions
- [ ] shared cache mode
- [ ] custom SQL functions
- [ ] custom VFSes
- [ ] read-only VFS, wrapping an [`io.ReaderAt`](https://pkg.go.dev/io#ReaderAt)
- [ ] in-memory VFS, wrapping a [`bytes.Buffer`](https://pkg.go.dev/bytes#Buffer)
- [ ] expose a custom VFS API
- [ ] cloud-based VFS, based on [Cloud Backed SQLite](https://sqlite.org/cloudsqlite/doc/trunk/www/index.wiki)
- [ ] custom VFS API
### Alternatives