p

postgresql

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-42.2.18-holo-1.jar download
postgresql-42.2.18-holo-1.pom download
postgresql-42.2.18-holo-1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba.hologres</groupId>
  <artifactId>postgresql</artifactId>
  <version>42.2.18-holo-1</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.hologres:postgresql:42.2.18-holo-1'
Gradle Kotlin
implementation("com.alibaba.hologres:postgresql:42.2.18-holo-1")
Scala SBT
libraryDependencies += "com.alibaba.hologres" % "postgresql" % "42.2.18-holo-1"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.hologres', module='postgresql', version='42.2.18-holo-1')
)
Apache Ivy
<dependency org="com.alibaba.hologres" name="postgresql" rev="42.2.18-holo-1" />
Leiningen
[com.alibaba.hologres/postgresql "42.2.18-holo-1"]
Apache Buildr
'com.alibaba.hologres:postgresql:jar:42.2.18-holo-1'