mongodb-read-preference

MongoDB Read Preferences.


Keywords
compass-tools, mongodb, read-preference
License
Apache-2.0
Install
npm install mongodb-read-preference@1.0.6

Documentation

mongodb-read-preference

MongoDB Read Preferences.

Example

var ReadPreference = require('mongodb-read-preference');
console.log(ReadPreference.primary.slaveOk());
>>> false
console.log(ReadPreference.secondary.slaveOk());
>>> true

License

Apache 2