<mdb> ( db host port -- mdb )


Vocabulary
mongodb.driver

Inputs
dbname of the database to use
hosthost name or IP address
portport number


Outputs
mdbmdb-db instance


Word description
Create a new mdb-db instance and automatically resolves master/slave information in a paired MongoDB setup.

Examples
USING: mongodb.driver ; "db" "127.0.0.1" 27017 <mdb>


Definition