Can we be specific about case sensitivity in mongoose .model() function?
i want to access model Names, but when i pass it as .model('Names', mySchema). A new model with name names is created and is queried the same. Is there any way i can define case sensitivity in .model func?