Hello world!
def ivyDeps = super.ivyDeps() ++ Agg(
ivy"ba.sake::squery:0.6.4"
// <add your favorite JDBC driver>
// <preferably add a connection pool like HikariCP too>
)
libraryDependencies ++= Seq(
"ba.sake" %% "squery" % "0.6.4"
// <add your favorite JDBC driver>
// <preferably add a connection pool like HikariCP too>
)
//> using dep ba.sake::squery:0.6.4
// <add your favorite JDBC driver>
// <preferably add a connection pool like HikariCP too>
You can also use this Scastie example to try Squery online.
You can find examples: