Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sqlc-dev/sqlc-gen-kotlin
https://github.com/sqlc-dev/sqlc-gen-kotlin
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sqlc-dev/sqlc-gen-kotlin
- Owner: sqlc-dev
- License: mit
- Created: 2022-10-26T08:35:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T19:58:43.000Z (3 months ago)
- Last Synced: 2024-10-27T17:23:34.824Z (18 days ago)
- Language: Go
- Size: 143 KB
- Stars: 33
- Watchers: 2
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
```yaml
version: '2'
plugins:
- name: kt
wasm:
url: https://downloads.sqlc.dev/plugin/sqlc-gen-kotlin_1.2.0.wasm
sha256: 22b437ecaea66417bbd3b958339d9868ba89368ce542c936c37305acf373104b
sql:
- schema: src/main/resources/authors/postgresql/schema.sql
queries: src/main/resources/authors/postgresql/query.sql
engine: postgresql
codegen:
- out: src/main/kotlin/com/example/authors/postgresql
plugin: kt
options:
package: com.example.authors.postgresql
```