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