Link to example of incremental BLOB I/O usage (#280)

This commit is contained in:
Michael Lynch
2025-05-26 06:48:53 -04:00
committed by GitHub
parent 721a987e0e
commit f1cc12569c

View File

@@ -43,7 +43,7 @@ db.QueryRow(`SELECT sqlite_version()`).Scan(&version)
### Advanced features
- [incremental BLOB I/O](https://sqlite.org/c3ref/blob_open.html)
- [incremental BLOB I/O](https://sqlite.org/c3ref/blob_open.html) ([example](ext/blobio/blob_test.go))
- [nested transactions](https://sqlite.org/lang_savepoint.html)
- [custom functions](https://sqlite.org/c3ref/create_function.html)
- [virtual tables](https://sqlite.org/vtab.html)