Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

mongoose sparse index

var User = new Schema({
    name: { type: String, sparse: true }
})
 
PREVIOUS NEXT
Tagged: #mongoose #sparse #index
ADD COMMENT
Topic
Name
5+5 =