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

Latest commit

 

History

History
22 lines (16 loc) · 642 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 642 Bytes

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