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-scalatest" % "0.6.0-M2"
import $ivy.`org.tpolecat::doobie-scalatest:0.6.0-M2`
<dependency> <groupId>org.tpolecat</groupId> <artifactId>doobie-scalatest_2.11</artifactId> <version>0.6.0-M2</version> </dependency>
compile group: 'org.tpolecat', name: 'doobie-scalatest_2.11', version: '0.6.0-M2'
ivy"org.tpolecat::doobie-scalatest:0.6.0-M2"