in sqlite / sqdldelight how would i approach this ...
# squarelibraries
n
in sqlite / sqdldelight how would i approach this problem ?
Copy code
data class A (
    list: ListOf(B)
)

data class B ( ... )
is there any pssibility to use a ColumnAdapter to do joins automatically ? seems like i need the tables A, B and ListOfB correct ?