File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
Starting in sqlc 1.16.0, built-in Kotlin support has been deprecated. It will
4
4
be fully removed in 1.17.0 in favor of sqlc-gen-kotlin.
5
5
6
- This guide will walk you through migrating to the [ sqlc-gen-kotlin] plugin,
6
+ This guide will walk you through migrating to the [ sqlc-gen-kotlin] ( https://github.com/tabbed/sqlc-gen-kotlin ) plugin,
7
7
which involves three steps.
8
8
9
9
1 . Add the sqlc-gen-kotlin plugin
Original file line number Diff line number Diff line change 3
3
Starting in sqlc 1.16.0, built-in Python support has been deprecated. It will
4
4
be fully removed in 1.17.0 in favor of sqlc-gen-python.
5
5
6
- This guide will walk you through migrating to the [ sqlc-gen-python] plugin,
6
+ This guide will walk you through migrating to the [ sqlc-gen-python] ( https://github.com/tabbed/sqlc-gen-python ) plugin,
7
7
which involves three steps.
8
8
9
9
1 . Add the sqlc-gen-python plugin
@@ -22,8 +22,8 @@ already. Add the following configuration for the plugin:
22
22
{
23
23
"name" : " py" ,
24
24
"wasm" : {
25
- "url" : " https://downloads.sqlc.dev/plugins /sqlc-gen-python_0.16 .0.wasm" ,
26
- "sha256" : " FIXME "
25
+ "url" : " https://downloads.sqlc.dev/plugin /sqlc-gen-python_1.0 .0.wasm" ,
26
+ "sha256" : " aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b "
27
27
}
28
28
}
29
29
]
@@ -33,10 +33,10 @@ already. Add the following configuration for the plugin:
33
33
``` yaml
34
34
version : " 2"
35
35
plugins :
36
- name : py,
36
+ name : " py "
37
37
wasm :
38
- url : " https://downloads.sqlc.dev/plugins /sqlc-gen-python_0.16 .0.wasm"
39
- sha256 : " FIXME "
38
+ url : " https://downloads.sqlc.dev/plugin /sqlc-gen-python_1.0 .0.wasm"
39
+ sha256 : " aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b "
40
40
` ` `
41
41
42
42
## Migrate each package
You can’t perform that action at this time.
0 commit comments