We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721a987 commit f1cc125Copy full SHA for f1cc125
README.md
@@ -43,7 +43,7 @@ db.QueryRow(`SELECT sqlite_version()`).Scan(&version)
43
44
### Advanced features
45
46
-- [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))
47
- [nested transactions](https://sqlite.org/lang_savepoint.html)
48
- [custom functions](https://sqlite.org/c3ref/create_function.html)
49
- [virtual tables](https://sqlite.org/vtab.html)
0 commit comments