Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm
sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
sql:
- engine: "postgresql"
queries: "query.sql"
Expand Down
20 changes: 10 additions & 10 deletions docs/content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm
sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
sql:
- engine: "postgresql"
queries: "query.sql"
Expand All @@ -139,8 +139,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm
sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
sql:
- engine: "postgresql"
queries: "query.sql"
Expand All @@ -165,8 +165,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm
sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
sql:
- engine: "postgresql"
queries: "query.sql"
Expand All @@ -191,8 +191,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm
sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
sql:
- engine: "sqlite"
queries: "query.sql"
Expand All @@ -217,8 +217,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm
sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
sql:
- engine: "sqlite"
queries: "query.sql"
Expand Down
4 changes: 2 additions & 2 deletions docs/content/docs/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.7.0/sqlc-gen-better-python.wasm
sha256: 64ac923cf5f14ebc05bdeb2d1827f14d89a6f3b7180ac08964ef44ff065af5f9
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
sql:
- engine: "postgresql"
queries: "query.sql"
Expand Down
Loading