node-orm2
node-orm2 copied to clipboard
Auto-increment integer id with MongoDB
Hi,
According to the MongoDB documentation there's a way to implement auto-incrementing fields for it.
Is this implemented or otherwise supported in node-orm2? I thought using serial
would work but it didn't.
++
Perhaps the MongoDB driver will need some work to support this. I don't use mongo though, so someone will need to write a PR.