com.github.igrishaev/pg-bin

Parse binary Postgres COPY output

Leiningen/Boot

[com.github.igrishaev/pg-bin "0.1.0"]

Clojure CLI/deps.edn

com.github.igrishaev/pg-bin {:mvn/version "0.1.0"}

Gradle

implementation("com.github.igrishaev:pg-bin:0.1.0")

Maven

<dependency>
  <groupId>com.github.igrishaev</groupId>
  <artifactId>pg-bin</artifactId>
  <version>0.1.0</version>
</dependency>