/sqlc-kotlin-runtime

Primary LanguageKotlinMIT LicenseMIT

sqlc-kotlin-runtime

This repo contains a small runtime support library for sqlc. Include this in your build.gradle.

dependencies {
    implementation "sqlc:sqlc-kotlin-runtime"
}