Slick 3.3.3Loading… manual

Markdown Documentation

Slick documentation is written in CommonMark (Markdown) and is compiled to HTML with Ornate via the sbt-ornate plugin. No external installation is required.

# Generate HTML documentation in doc/target/
sbt ornate

In order to build the complete manual including scaladocs, use the doc target:

sbt doc