node-orm2 icon indicating copy to clipboard operation
node-orm2 copied to clipboard

Adds ability to have unique keys in mongodb schema.

Open codingfriend1 opened this issue 9 years ago • 1 comments

Checks for key fields in schema and runs collection.createIndex({fieldName: 1}, {unique: true}); for each.

Runs collection.dropIndexes(); before hand to clear any previous keys.

codingfriend1 avatar Jan 23 '16 06:01 codingfriend1

Thanks. Could you please add a test?

dxg avatar Jan 24 '16 22:01 dxg