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 84058a7 commit bfc765dCopy full SHA for bfc765d
docs/guides/migrating-to-sqlc-gen-python.md
@@ -33,10 +33,10 @@ already. Add the following configuration for the plugin:
33
```yaml
34
version: "2"
35
plugins:
36
- name: "py"
37
- wasm:
38
- url: "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm"
39
- sha256: "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
+ - name: "py"
+ wasm:
+ url: "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm"
+ sha256: "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
40
```
41
42
## Migrate each package
0 commit comments