From 975feb2fd47b1c0b65ba796840691213ed2356b2 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Sun, 16 Feb 2025 18:09:42 +0000 Subject: [PATCH] Issue #228. --- .github/workflows/test.yml | 2 +- ext/README.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) 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