Changes
- Refactored the API to use mongoemf in the package name
- Refactored the project into multiple projects. This project now depends on:
- Added OPTION_READ_PREFERENCE as a load option. You can set this option to an instance of ReadPreference to support tagged reads.
- Added support for MongoDB native queries. When the mongodb query bundle is included, the URI query may be of the form:
{
"filter" : { "attribute" : "value" },
"projection" : { "attribute" : 1 },
"sort" : { "attribute" : 1 },
"limit" : 10
}