Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 383 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 383 Bytes

Odor

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",
)