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 26db10f commit 02a46efCopy full SHA for 02a46ef
README.md
@@ -0,0 +1,19 @@
1
+## Usage
2
+
3
+```yaml
4
+version: '2'
5
+plugins:
6
+- name: kt
7
+ wasm:
8
+ url: https://downloads.sqlc.dev/plugin/sqlc-gen-kotlin_1.1.0.wasm
9
+ sha256: 57890144f4effed4fe71855418b87ad26d53dc5ed2030a66ad77e5e3a93d77fb
10
+sql:
11
+- schema: src/main/resources/authors/postgresql/schema.sql
12
+ queries: src/main/resources/authors/postgresql/query.sql
13
+ engine: postgresql
14
+ codegen:
15
+ - out: src/main/kotlin/com/example/authors/postgresql
16
+ plugin: kt
17
+ options:
18
+ package: com.example.authors.postgresql
19
+```
0 commit comments