Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

mongodb-js/read-preference

Repository files navigation

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