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-h2" % "0.8.0-M1"
import $ivy.`org.tpolecat::doobie-h2:0.8.0-M1`
<dependency> <groupId>org.tpolecat</groupId> <artifactId>doobie-h2_2.13</artifactId> <version>0.8.0-M1</version> </dependency>
compile group: 'org.tpolecat', name: 'doobie-h2_2.13', version: '0.8.0-M1'
ivy"org.tpolecat::doobie-h2:0.8.0-M1"