From 726d7316f798995d40fd4ab45cb9611a4b7c7b49 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Tue, 12 Sep 2023 00:00:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97e290d..135a912 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ and uses [wazero](https://wazero.io/) to provide `cgo`-free SQLite bindings. implements a VFS for immutable databases. - Package [`github.com/ncruces/go-sqlite3/ext/unicode`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext/unicode) registers Unicode aware functions. -- Package [`github.com/ncruces/go-sqlite3/ext/stats`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/vfs/stats) +- Package [`github.com/ncruces/go-sqlite3/ext/stats`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext/stats) registers [statistics functions](https://www.oreilly.com/library/view/sql-in-a/9780596155322/ch04s02.html). - Package [`github.com/ncruces/go-sqlite3/gormlite`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/gormlite) provides a [GORM](https://gorm.io) driver.