nomisRev / postgres-native-sqldelight

A Kotlin native Postgres driver for SqlDelight.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module postgres-native-sqldelight

A native Postgres driver for SqlDelight.

Install

This package is uploaded to MavenCentral and supports macOS, linuxX64. Windows is currently not supported.

repositories {
    mavenCentral()
}

dependencies {
    implementation("app.softwork:postgres-native-sqldelight-driver:LATEST")
}

sqldelight {
    database("NativePostgres") {
        dialect("app.softwork:postgres-native-sqldelight-dialect:LATEST")
    }
    linkSqlite = false
}

License

Apache 2

About

A Kotlin native Postgres driver for SqlDelight.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%