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-contrib-postgresql" % "0.3.0-M1"
import $ivy.`org.tpolecat::doobie-contrib-postgresql:0.3.0-M1`
<dependency> <groupId>org.tpolecat</groupId> <artifactId>doobie-contrib-postgresql_2.10</artifactId> <version>0.3.0-M1</version> </dependency>
compile group: 'org.tpolecat', name: 'doobie-contrib-postgresql_2.10', version: '0.3.0-M1'
ivy"org.tpolecat::doobie-contrib-postgresql:0.3.0-M1"