p

postgres-native-sqldelight-dialect

A Postgres native driver including support for SqlDelight
https://github.com/hfhbd/SqlDelightNativePostgres
The Apache License, Version 2.0
Philip Wedemann Alexei Myshkouski
文件下载
文件名 操作
postgres-native-sqldelight-dialect-0.0.12.jar 下载
postgres-native-sqldelight-dialect-0.0.12.pom 下载
postgres-native-sqldelight-dialect-0.0.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.myshkouski.sqldelight</groupId>
  <artifactId>postgres-native-sqldelight-dialect</artifactId>
  <version>0.0.12</version>
</dependency>
Gradle Groovy
implementation 'io.github.myshkouski.sqldelight:postgres-native-sqldelight-dialect:0.0.12'
Gradle Kotlin
implementation("io.github.myshkouski.sqldelight:postgres-native-sqldelight-dialect:0.0.12")
Scala SBT
libraryDependencies += "io.github.myshkouski.sqldelight" % "postgres-native-sqldelight-dialect" % "0.0.12"
Groovy Grape
@Grapes(
  @Grab(group='io.github.myshkouski.sqldelight', module='postgres-native-sqldelight-dialect', version='0.0.12')
)
Apache Ivy
<dependency org="io.github.myshkouski.sqldelight" name="postgres-native-sqldelight-dialect" rev="0.0.12" />
Leiningen
[io.github.myshkouski.sqldelight/postgres-native-sqldelight-dialect "0.0.12"]
Apache Buildr
'io.github.myshkouski.sqldelight:postgres-native-sqldelight-dialect:jar:0.0.12'