Skip to content

Commit 02a46ef

Browse files
authored
Create README.md
1 parent 26db10f commit 02a46ef

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)