Skip to content

Commit f1cc125

Browse files
authored
Link to example of incremental BLOB I/O usage (#280)
1 parent 721a987 commit f1cc125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ db.QueryRow(`SELECT sqlite_version()`).Scan(&version)
4343

4444
### Advanced features
4545

46-
- [incremental BLOB I/O](https://sqlite.org/c3ref/blob_open.html)
46+
- [incremental BLOB I/O](https://sqlite.org/c3ref/blob_open.html) ([example](ext/blobio/blob_test.go))
4747
- [nested transactions](https://sqlite.org/lang_savepoint.html)
4848
- [custom functions](https://sqlite.org/c3ref/create_function.html)
4949
- [virtual tables](https://sqlite.org/vtab.html)

0 commit comments

Comments
 (0)