File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ and uses [wazero](https://wazero.io/) to provide `cgo`-free SQLite bindings.
23
23
implements a VFS for immutable databases.
24
24
- Package [ ` github.com/ncruces/go-sqlite3/ext/unicode ` ] ( https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext/unicode )
25
25
registers Unicode aware functions.
26
- - Package [ ` github.com/ncruces/go-sqlite3/ext/stats ` ] ( https://pkg.go.dev/github.com/ncruces/go-sqlite3/vfs /stats )
26
+ - Package [ ` github.com/ncruces/go-sqlite3/ext/stats ` ] ( https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext /stats )
27
27
registers [ statistics functions] ( https://www.oreilly.com/library/view/sql-in-a/9780596155322/ch04s02.html ) .
28
28
- Package [ ` github.com/ncruces/go-sqlite3/gormlite ` ] ( https://pkg.go.dev/github.com/ncruces/go-sqlite3/gormlite )
29
29
provides a [ GORM] ( https://gorm.io ) driver.
You can’t perform that action at this time.
0 commit comments