Registry / database / doobie-postgres-2-12

doobie-postgres-2-12

JSON →
library0.13.4javamavenunverified

PostgreSQL support for the Doobie functional JDBC library for Scala.

<dependency> <groupId>org.tpolecat</groupId> <artifactId>doobie-postgres_2.12</artifactId> <version>0.13.4</version> </dependency>
INSTALL
IMPORT
SIG · DOOBIE-POSTGRES-2-
D
doobie-postgres-2-12
databasejavav0.13.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PGTransactor
✓ doobie.postgres._

Create a PostgreSQL transactor with Doobie.

import doobie._ import doobie.postgres._ import cats.effect.IO val xa: Transactor[IO] = PGTransactor[IO]("jdbc:postgresql://localhost/mydb", "user", "pass").unsafeRunSync()
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
doobie-postgres-2-12 — mvn dependency:get doobie-postgres-2-12 · libregistry