Я пытаюсь добавить обещания синей птицы в проект. Я использую NodeJS, Express, Mongodb. Это мой пример файла модели
const mongoose = require('mongoose')
// Blue Bird
mongoose.Promise = require('bluebird')
const schema = mongoose.SchemaAsync
const acModel = new schema({
// Schema here
}
})
module.exports = mongoose.modelAsync('myModel', acModel)
Но нужно ли везде ставить Asyn c? Например SchemaAsync, modelAsync