nekodb
nekodb copied to clipboard
Reference lookup
Allow queries to be constructed using references as if they were embedded documents:
If a BlogPost Model contains a field that references the Author Model, should be able to do something like
BlogPost.find({'author.name': 'Peter'})