Skip to content

Commit

Permalink
docs: Update README with sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Dec 4, 2023
1 parent c29de9a commit ddce067
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins:
- name: ts
wasm:
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
sha256: TODO
sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0
sql:
- schema: "schema.sql"
queries: "query.sql"
Expand Down Expand Up @@ -69,7 +69,7 @@ plugins:
- name: ts
wasm:
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
sha256: TODO
sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0
sql:
- engine: "postgresql"
queries: "query.sql"
Expand Down Expand Up @@ -256,7 +256,7 @@ plugins:
- name: ts
wasm:
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
sha256: TODO
sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0
sql:
- schema: "schema.sql"
queries: "query.sql"
Expand All @@ -277,7 +277,7 @@ plugins:
- name: ts
wasm:
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
sha256: TODO
sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0
sql:
- schema: "schema.sql"
queries: "query.sql"
Expand All @@ -299,7 +299,7 @@ plugins:
- name: ts
wasm:
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
sha256: TODO
sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0
sql:
- schema: "schema.sql"
queries: "query.sql"
Expand Down
3 changes: 2 additions & 1 deletion examples/sqlc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: "2"
plugins:
- name: ts
wasm:
url: "file://plugin.wasm"
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0
sql:
- schema: "authors/postgresql/schema.sql"
queries: "authors/postgresql/query.sql"
Expand Down

0 comments on commit ddce067

Please sign in to comment.