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 13c7690 commit d5a393bCopy full SHA for d5a393b
README.md
@@ -5,8 +5,8 @@ version: '2'
5
plugins:
6
- name: py
7
wasm:
8
- url: https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm
9
- sha256: "FIXME"
+ url: https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.1.0.wasm
+ sha256: ef58f143a8c116781091441770c7166caaf361dd645f62b8f05f462e9f95c3b2
10
sql:
11
- schema: "schema.sql"
12
queries: "query.sql"
0 commit comments