Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy authored Nov 2, 2023
1 parent ed94259 commit 3a28c5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version: '2'
plugins:
- name: golang
wasm:
url: "https://example.com"
sha256: ""
url: https://downloads.sqlc.dev/plugin/sqlc-gen-go_1.0.0.wasm
sha256: dbe302a0208afd31118fffcc268bd39b295655dfa9e3f385d2f4413544cfbed1
sql:
- schema: schema.sql
queries: query.sql
Expand All @@ -20,4 +20,4 @@ sql:
options:
package: db
sql_package: pgx/v5
```
```

0 comments on commit 3a28c5b

Please sign in to comment.