coocood/qbs

Relationships and Joins

tejainece opened this issue · 1 comments

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.