underscoreio / essential-slick

Essential Slick Pandoc Source
https://underscore.io/books/essential-slick/
39 stars 8 forks source link

Describe Query.to[T] #101

Open d6y opened 8 years ago

d6y commented 8 years ago

Should just be a paragraph and example, probably, to in a table:

d6y commented 7 years ago

E.g., .to[Set]

From the mailing list Stefan notes:

You can call .to[Set] on the Query to change it upfront so that Slick doesn't build an intermediate Seq from the result set.