Slick and database views

I’ve a complex view created in my postgres database and now I wanna query with it in slick. I haven’t found any good solution for this up to now. The onliest solution would be to create a direct database statement through slick but that’s not my intention. So how to use database views with slick?