Comment accéder à une collection préexistante avec Mongoose
new Schema({ url: String, text: String, id: Number},
{ collection : 'question' }); // collection name
SAMER SAEID