p

postgresql-holo

fork of PgJDBC to support dynamic partition , mult prepared statement batch execute , table meta cache etc..
https://www.hologres.io/
BSD-2-Clause
shangtang.hyb
Files download
File Operation
postgresql-holo-42.2.18.16.jar download
postgresql-holo-42.2.18.16.pom download
postgresql-holo-42.2.18.16-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba.hologres</groupId>
  <artifactId>postgresql-holo</artifactId>
  <version>42.2.18.16</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.hologres:postgresql-holo:42.2.18.16'
Gradle Kotlin
implementation("com.alibaba.hologres:postgresql-holo:42.2.18.16")
Scala SBT
libraryDependencies += "com.alibaba.hologres" % "postgresql-holo" % "42.2.18.16"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.hologres', module='postgresql-holo', version='42.2.18.16')
)
Apache Ivy
<dependency org="com.alibaba.hologres" name="postgresql-holo" rev="42.2.18.16" />
Leiningen
[com.alibaba.hologres/postgresql-holo "42.2.18.16"]
Apache Buildr
'com.alibaba.hologres:postgresql-holo:jar:42.2.18.16'