clarkie / dynogels

DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataLoader support

dhurley14 opened this issue · comments

Facebook released the dataloader library to basically help solve the N+1 problem. Wondering if there would be any interest in incorporating this functionality directly into dynogels? Also interested in whether there has been any update on #134 as incorporating dataloader would rely on a promise instead of a callback.

Let me know if someone would like to see a PR and I can work up an example implementation.