Skunk query building on top of pg-node. ScalaJS with Scala 2.13.
ThisBuild / resolvers ++= Seq(
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
)
libraryDependencies ++= Seq(
"com.github.fdietze" %%% "odor" % "0.0.0+12-bbe99f96-SNAPSHOT",
)