doobie is a pure functional JDBC layer for Scala.
Please proceed to the microsite for more information.
doobie is a pure functional JDBC layer for Scala.
Please proceed to the microsite for more information.
libraryDependencies += "org.tpolecat" %% "doobie-postgres" % "0.6.0-M3"
import $ivy.`org.tpolecat::doobie-postgres:0.6.0-M3`
<dependency> <groupId>org.tpolecat</groupId> <artifactId>doobie-postgres_2.11</artifactId> <version>0.6.0-M3</version> </dependency>
compile group: 'org.tpolecat', name: 'doobie-postgres_2.11', version: '0.6.0-M3'
ivy"org.tpolecat::doobie-postgres:0.6.0-M3"