Answers for "how to give custom name to collection in mongoose"

0

how to give custom name to collection in mongoose

const dataSchema = new Schema({..}, { collection: 'data' });
Posted by: Guest on May-24-2021

Code answers related to "how to give custom name to collection in mongoose"

Browse Popular Code Answers by Language