siwi-mongodb
nodejs 连接 mongodb
const MongoDb = const url = 'mongodb://192.168.0.102:27017'const db = 'siwi-wget' const mongodb = url dbconst ObjectId = mongodbObjectId { this } async { const mongo = await mongodb const coll = await mongo const res = await coll console } moduleexports =