Skip to content

ichizero/sqlc-gen-kotlin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlc-gen-kotlin-ichi

sqlc-gen-kotlin-ichi is a patched version of the sqlc-gen-kotlin.

v1.2.1 includes the following changes from the original v1.2.0:

Usage

version: '2'
plugins:
- name: kt
  wasm:
    url: https://github.com/ichizero/sqlc-gen-kotlin/releases/download/v1.2.1/sqlc-gen-kotlin-ichi_1.2.1.wasm
    sha256: fef0a4513c5c5dde711d88b2ef5c5da94eaf0c557691eae360d6278c2f4601b4
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

About

The patched version of sqlc-gen-kotlin.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Go 98.5%
  • Makefile 1.5%