Querying MongoDB collections via the Azure Mobile Service node.js backend
2014년 7월 23일 수요일
In my previous post I showed how to use tables in an Azure Mobile Services node.js backend to talk to a MongoDB collection for simple CRUD operations. In this post we present a way retrieve all OData query parameters passed to the table read script, so that we can support more complex read operations into the Mongo database.