postgres-component

A component to manage a PostgreSQL connection

Leiningen/Boot

[postgres-component "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

postgres-component/postgres-component {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("postgres-component:postgres-component:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>postgres-component</groupId>
  <artifactId>postgres-component</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>