Posts by atotslaw • 7 points
2 posts
-
0
votes1
answer55
viewsA: Mongodb field autoincrement (not ID)
follows the solution to the 2 problems: Mongoose does not accept Finfandmodify; I must replace it with Findandupdate (with proper parameter adjustments); Regarding the use definition of the nextVal…
-
-2
votes1
answer55
viewsQ: Mongodb field autoincrement (not ID)
Hello, I have difficulty using an auto-increment function in a numeric field on Mongodb (is not ID). The code is in nodejs with Mongoosis and no use plugin Mongoose-autosequence etc. The structure…