diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 371433d..3f9a457 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -170,7 +170,7 @@ jobs: with: { go-version: stable } - name: Set path - run: echo "$(go env GOROOT)/misc/wasm" >> "$GITHUB_PATH" + run: echo "$(go env GOROOT)/lib/wasm" >> "$GITHUB_PATH" - name: Test wasmtime env: diff --git a/ext/README.md b/ext/README.md index 5760cb7..f08f338 100644 --- a/ext/README.md +++ b/ext/README.md @@ -36,4 +36,13 @@ you can load into your database connections. - [`github.com/ncruces/go-sqlite3/ext/uuid`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext/uuid) generates [UUIDs](https://en.wikipedia.org/wiki/Universally_unique_identifier). - [`github.com/ncruces/go-sqlite3/ext/zorder`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext/zorder) - maps multidimensional data to one dimension. \ No newline at end of file + maps multidimensional data to one dimension. + +### Pakages + +These packages may also be useful to work with SQLite: + +- [`github.com/ncruces/decimal`](https://pkg.go.dev/github.com/ncruces/decimal) + decimal arithmetic. +- [`github.com/ncruces/julianday`](https://pkg.go.dev/github.com/ncruces/julianday) + Julian day math. \ No newline at end of file