clarkie / dynogels

DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Other
490 stars 110 forks source link

DataLoader support #141

Open dhurley14 opened 6 years ago

dhurley14 commented 6 years ago

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 https://github.com/clarkie/dynogels/issues/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.