Basically, you need to use it: LookupTable.result.
In fact, this is exactly one of the first code examples in the Slick documentation "Getting Started" here: http://slick.lightbend.com/doc/3.1.1/gettingstarted.html#querying
Since no code is inserted in your question, I can only assume that you know what you need to use db.run(...)to start you DBIO(generated by this call result).
source
share