File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
with : { go-version: stable }
171
171
172
172
- name : Set path
173
- run : echo "$(go env GOROOT)/misc /wasm" >> "$GITHUB_PATH"
173
+ run : echo "$(go env GOROOT)/lib /wasm" >> "$GITHUB_PATH"
174
174
175
175
- name : Test wasmtime
176
176
env :
Original file line number Diff line number Diff line change @@ -36,4 +36,13 @@ you can load into your database connections.
36
36
- [ ` github.com/ncruces/go-sqlite3/ext/uuid ` ] ( https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext/uuid )
37
37
generates [ UUIDs] ( https://en.wikipedia.org/wiki/Universally_unique_identifier ) .
38
38
- [ ` 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.
You can’t perform that action at this time.
0 commit comments