mongootils:猫鼬连接工具

时间:2024-05-18 06:29:22
【文件属性】:

文件名称:mongootils:猫鼬连接工具

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-18 06:29:22

JavaScript

猫鼬 猫鼬的Promisified( )连接实用程序 要求 mongootils需要作为对等依赖项,因此请确保在项目中安装了它。 安装 npm i --save mongootils 用法 var Mongootils = require ( 'mongootils' ) ; var db = new Mongootils ( 'mongodb://localhost/database' ) ; db . connect ( ) . then ( function ( connection ) { console . log ( 'Connected to ' + db . getConnectionURI ( ) ) ; return db . disconnect ( ) ; } ) . then ( function ( uri ) { console . log


【文件预览】:
mongootils-master
----.travis.yml(150B)
----LICENSE(1KB)
----README.md(3KB)
----tests()
--------mongootils.spec.js(4KB)
----.gitignore(19B)
----index.js(7KB)
----package.json(877B)
----.nvmrc(5B)

网友评论