Skip to content

Instantly share code, notes, and snippets.

@anderssonfilip
Last active August 29, 2015 13:57
Show Gist options
  • Save anderssonfilip/9617312 to your computer and use it in GitHub Desktop.
Save anderssonfilip/9617312 to your computer and use it in GitHub Desktop.
Slick direct Coffees
@table(name="COFFEES")
case class Coffee(
@column(name="NAME")
name : String,
@column(name="PRICE")
price : Double
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment