sails-dynamodb
sails-dynamodb copied to clipboard
Support populate queries
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.
It does not currently support populates. I'll mark this as the official feature request. Would definitely take a PR.
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 ?
It currently doesn't have the functionality to perform the populate on other
Model. The feature hasn't been written yet
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
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