Join Slack
Powered by
in sqlite / sqdldelight how would i approach this ...
# squarelibraries
n
Nikky
06/12/2019, 10:10 AM
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 ?
2
Views
Open in Slack
Previous
Next