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 @@ -76,8 +76,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.9.0/sqlc-gen-better-python.wasm
sha256: d1787aa32e61f2e73c81a4f93b3e5a9beeec918952cff3183fb96313057f58a8
sql:
- engine: "postgresql"
queries: "query.sql"
Expand Down
28 changes: 14 additions & 14 deletions docs/content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.9.0/sqlc-gen-better-python.wasm
sha256: d1787aa32e61f2e73c81a4f93b3e5a9beeec918952cff3183fb96313057f58a8
sql:
- engine: "postgresql"
queries: "query.sql"
Expand All @@ -158,8 +158,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.9.0/sqlc-gen-better-python.wasm
sha256: d1787aa32e61f2e73c81a4f93b3e5a9beeec918952cff3183fb96313057f58a8
sql:
- engine: "postgresql"
queries: "query.sql"
Expand All @@ -184,8 +184,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.9.0/sqlc-gen-better-python.wasm
sha256: d1787aa32e61f2e73c81a4f93b3e5a9beeec918952cff3183fb96313057f58a8
sql:
- engine: "postgresql"
queries: "query.sql"
Expand All @@ -210,8 +210,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.9.0/sqlc-gen-better-python.wasm
sha256: d1787aa32e61f2e73c81a4f93b3e5a9beeec918952cff3183fb96313057f58a8
sql:
- engine: "sqlite"
queries: "query.sql"
Expand All @@ -236,8 +236,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.9.0/sqlc-gen-better-python.wasm
sha256: d1787aa32e61f2e73c81a4f93b3e5a9beeec918952cff3183fb96313057f58a8
sql:
- engine: "sqlite"
queries: "query.sql"
Expand All @@ -262,8 +262,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.9.0/sqlc-gen-better-python.wasm
sha256: d1787aa32e61f2e73c81a4f93b3e5a9beeec918952cff3183fb96313057f58a8
sql:
- engine: "mysql"
queries: "query.sql"
Expand All @@ -288,8 +288,8 @@ version: "2"
plugins:
- name: python
wasm:
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.9.0/sqlc-gen-better-python.wasm
sha256: d1787aa32e61f2e73c81a4f93b3e5a9beeec918952cff3183fb96313057f58a8
sql:
- engine: "mysql"
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.8.0/sqlc-gen-better-python.wasm
sha256: c98cffe9024c3c8e802426a4babec460c2d17adc440181324e3d707b1e723c48
url: https://github.com/rayakame/sqlc-gen-better-python/releases/download/v0.9.0/sqlc-gen-better-python.wasm
sha256: d1787aa32e61f2e73c81a4f93b3e5a9beeec918952cff3183fb96313057f58a8
sql:
- engine: "postgresql"
queries: "query.sql"
Expand Down
Loading