File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ db.QueryRow(`SELECT sqlite_version()`).Scan(&version)
47
47
- [ nested transactions] ( https://sqlite.org/lang_savepoint.html )
48
48
- [ custom functions] ( https://sqlite.org/c3ref/create_function.html )
49
49
- [ virtual tables] ( https://sqlite.org/vtab.html )
50
- - [ custom VFSes] ( https://sqlite.org/vfs.html )
50
+ - [ custom VFSes] ( vfs/README.md#custom-vfses )
51
51
- [ online backup] ( https://sqlite.org/backup.html )
52
52
- [ JSON support] ( https://sqlite.org/json1.html )
53
53
- [ math functions] ( https://sqlite.org/lang_mathfunc.html )
@@ -57,7 +57,6 @@ db.QueryRow(`SELECT sqlite_version()`).Scan(&version)
57
57
- [ statistics functions] ( https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext/stats )
58
58
- [ encryption at rest] ( vfs/adiantum/README.md )
59
59
- [ many extensions] ( ext/README.md )
60
- - [ custom VFSes] ( vfs/README.md#custom-vfses )
61
60
- [ and more…] ( embed/README.md )
62
61
63
62
### Caveats
You can’t perform that action at this time.
0 commit comments