Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relationships and Joins #31

Open
tejainece opened this issue Oct 12, 2013 · 1 comment
Open

Relationships and Joins #31

tejainece opened this issue Oct 12, 2013 · 1 comment

Comments

@tejainece
Copy link
Contributor

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

@coocood
Copy link
Owner

coocood commented Oct 12, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants