aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: d2a5c8aacdcc1cd9f2f607947a8572209fb2d327 (plain) (tree)
1
2
3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 
                              
This code example shows how to setup sbt to use Slick's preconfigued code-generator for working with an existing database schema. `build.sbt` enables automatically as well as manually triggered code-generation. `src/main/scala/Example.scala` uses the generated code. The code is generated into file `target/scala-2.11/src_managed/slick/demo/Tables.scala`, which can be changed in the sbt script. It is usally wise to keep the generated Slick code under version control.

Use `sbt run` to run the demo.