Slick, how to map a query to an inheritance table model? i.e,
I have table A, B, C A is the \"parent\" table and B & C are \"child\" tables What I would like to
Slick does not support this directly. Some databases can help you with inheritance though, so you should be able to get something close to the desired effect.
Have a look at the inheritance documentation in PostgreSQL