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

Support retrieving belongs-to associations as separate objects eagerly #7

Open
philc opened this issue Mar 30, 2013 · 2 comments
Open

Comments

@philc
Copy link

philc commented Mar 30, 2013

with-object loads the association lazily. If I have many objects, each of which has many belongs-to relationships, I can get all objects efficiently using a single query via with, but with-object issues a separate query for each related object.

@AlexBaranosky
Copy link
Member

I am not sure the role of korma.incubator, but it feels like maintaining
two projects. Can we just move the things we like from incubator into
Korma?

On Fri, Mar 29, 2013 at 6:38 PM, Phil Crosby [email protected]:

with-object loads the association lazily. If I have many objects, each of
which has many belongs-to relationships, I can get all objects efficiently
using a single query via with, but with-object issues a separate query
for each related object.


Reply to this email directly or view it on GitHubhttps://github.com//issues/7
.

@mrkam2
Copy link

mrkam2 commented Jun 23, 2017

Yes, let's move it.

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

3 participants