We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8d94d commit 8af8f79Copy full SHA for 8af8f79
README.md
@@ -12,8 +12,8 @@ version: '2'
12
plugins:
13
- name: golang
14
wasm:
15
- url: https://downloads.sqlc.dev/plugin/sqlc-gen-go_1.0.1.wasm
16
- sha256: 7aa8cd8c269822afa455ac4e7a56a0a12117512811a41f3457859770b315fc27
+ url: https://downloads.sqlc.dev/plugin/sqlc-gen-go_1.1.0.wasm
+ sha256: 385754878be2403eddf79820659ffc30f72ad9c0ad01196bf337ac485ee54929
17
sql:
18
- schema: schema.sql
19
queries: query.sql
@@ -154,4 +154,4 @@ options:
154
package: "null"
155
type: "Time"
156
...
157
-```
+```
0 commit comments