qbs icon indicating copy to clipboard operation
qbs copied to clipboard

Relationships and Joins

Open tejainece opened this issue 12 years ago • 1 comments
trafficstars

Are there any plans to implement relationships between tables and Joins?

tejainece avatar Oct 12 '13 15:10 tejainece

It only supports one-one relationship. Currently no plans to support one-many and many-many relationships.

But in a table struct you can define a slice field of another table struct, and load it explicitly in another query statement.

I think this way is better for performance.

coocood avatar Oct 12 '13 16:10 coocood