Getting started with Relate is relatively simple. First, you’ll need to add the dependency in your build.sbt
. Because Relate’s releases are hosted with Sonatype, you’ll also need to add Sonatype as one of the resolvers
.
Next, you’ll need to import Relate before you can start writing queries or retrieving data. Additionally, you’ll have to supply Relate with the Connection
to use when making queries (this can be supplied implicitly).
That’s it! You’re ready to move on and write queries!