We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f76e3 commit 0431a69Copy full SHA for 0431a69
1 file changed
README.md
@@ -9,7 +9,7 @@ This softwaer forked from [sqlc-gen-python](https://github.com/sqlc-dev/sqlc-gen
9
get sha256 hash of wasm file
10
11
```bash
12
-curl -sSL https://github.com/zztkm/sqlc-gen-python-orm/releases/download/v0.0.1/sqlc-gen-python-orm.wasm.sha256
+curl -sSL https://github.com/veltiosoft/sqlc-gen-python-orm/releases/download/v0.0.1/sqlc-gen-python-orm.wasm.sha256
13
```
14
15
add plugin to sqlc.yaml
@@ -18,7 +18,7 @@ version: '2'
18
plugins:
19
- name: py
20
wasm:
21
- url: https://github.com/zztkm/sqlc-gen-python-orm/releases/download/v0.0.1/sqlc-gen-python-orm.wasm
+ url: https://github.com/veltiosoft/sqlc-gen-python-orm/releases/download/v0.0.1/sqlc-gen-python-orm.wasm
22
sha256: <sha256 hash>
23
sql:
24
- schema: "schema.sql"
0 commit comments