khiav223577 / deep_pluck

Allow you to pluck attributes from nested associations without loading a bunch of records.
MIT License
460 stars 14 forks source link

Eager load support #60

Open sys0pp opened 1 year ago

sys0pp commented 1 year ago

Can there be a patch to support eager loading via .includes and .references so that N+1 conditions don't occur as long as the data was eager loaded?

khiav223577 commented 1 year ago

Hi @sys0pp,

Could you provide some examples? So that I could have better understand of the features you want to have.