Skip to content

Latest commit

 

History

History
executable file
·
43 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

executable file
·
43 lines (26 loc) · 1.29 KB

This are code examples for the Oct 15 and Oct 17 presentations to Bay Area Scala Enthusiasts accompanying the Slick presentation query library for Scala.

To Run

Install SBT 0.12, available from http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html

Make sure sbt is in your PATH.

You then need to clone this project

git clone git://github.com/cvogt/slick-presentation

Change into the slick-presentation folder.

Run the code example using SBT

$ sbt run

Or, start sbt and run the code example from within sbt

$ sbt
> run

Requirements

You can edit the example using your favorite editor or to get proper code completion you can use:

Eclipse

To edit the project in eclipse you can generate the required eclipse project files like this:

$ sbt eclipse

After that you can import the project into eclipse.