Skip to content

Commit 975feb2

Browse files
committed
Issue #228.
1 parent 58f8c2d commit 975feb2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
with: { go-version: stable }
171171

172172
- name: Set path
173-
run: echo "$(go env GOROOT)/misc/wasm" >> "$GITHUB_PATH"
173+
run: echo "$(go env GOROOT)/lib/wasm" >> "$GITHUB_PATH"
174174

175175
- name: Test wasmtime
176176
env:

ext/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,13 @@ you can load into your database connections.
3636
- [`github.com/ncruces/go-sqlite3/ext/uuid`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext/uuid)
3737
generates [UUIDs](https://en.wikipedia.org/wiki/Universally_unique_identifier).
3838
- [`github.com/ncruces/go-sqlite3/ext/zorder`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext/zorder)
39-
maps multidimensional data to one dimension.
39+
maps multidimensional data to one dimension.
40+
41+
### Pakages
42+
43+
These packages may also be useful to work with SQLite:
44+
45+
- [`github.com/ncruces/decimal`](https://pkg.go.dev/github.com/ncruces/decimal)
46+
decimal arithmetic.
47+
- [`github.com/ncruces/julianday`](https://pkg.go.dev/github.com/ncruces/julianday)
48+
Julian day math.

0 commit comments

Comments
 (0)