qbs
qbs copied to clipboard
Relationships and Joins
trafficstars
Are there any plans to implement relationships between tables and Joins?
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.