connect()
说明
兼容性
此方法可用于以下环境中托管的部署:
MongoDB Atlas:用于云中 MongoDB 部署的完全托管服务
MongoDB Enterprise:基于订阅、自我管理的 MongoDB 版本
MongoDB Community:源代码可用、免费使用且可自行管理的 MongoDB 版本
例子
The following example instantiates a new connection to the MongoDB
instance running on the localhost interface and returns a reference
to myDatabase
:
db = connect("localhost:27017/myDatabase")