Flexmonster Connector for MongoDB is a special server-side tool allowing you to retrieve the data from a MongoDB database in a fast and comfortable way.
The Connector has three methods for handling Flexmonster's requests for data and retrieving the needed data from MongoDB.
| Method | Description |
|---|---|
| getSchema | allows getting the list of all fields with their types from a MongoDB database |
| getMembers | allows getting all members of the field from a MongoDB database |
| getSelectResult | allows getting the data from a MongoDB database |