gadelkareem / sails-dynamodb

Amazon DynamoDB adapter for Waterline / Sails.js
http://sailsjs.org
46 stars 22 forks source link

Support populate queries #16

Open jkeczan opened 8 years ago

jkeczan commented 8 years ago

It appears that the adapter does not support the populate functionality of SailsJS. This feature would be extremely handy. All we would need to do is implement populate inside the adapter.

devinivy commented 8 years ago

It does not currently support populates. I'll mark this as the official feature request. Would definitely take a PR.

muditjuneja commented 8 years ago

populate is working in case of collections. But when you try to populate other model it works for some models but do not work for other models.

Is it a bug ?

jkeczan commented 8 years ago

It currently doesn't have the functionality to perform the populate on other

jkeczan commented 8 years ago

Model. The feature hasn't been written yet

taylorjames commented 8 years ago

Has there been any progress with the populate functionality? @jkeczan did you come up with a solution?

If not I will try and come up with a PR

jkeczan commented 8 years ago

I haven't. I started working on it, but my company pulled me from the project so I never had the opportunity to finish it......I would welcome a PR if you have time