Reputation: 237
Is there any way to create a temp table from a select statement in Slick without using a plain sql query? I looked through the docs and was unable to find how to create a temp table, so I'm not sure if it's possible.
Upvotes: 2
Views: 1222
Reputation: 4771
It appears that this is not supported yet. Slick's github shows it as an open issue:
https://github.com/slick/slick/issues/799
Upvotes: 1