koa-mongoose
koa-mongoose copied to clipboard
throw new Error('options not found')
getting this error.
app.use(mongoose({
uri: MONGO_CONNECTION,
mongodbOptions:{
poolSize: 5,
native_parser: true
}
}));