I find no doc for the sort modifier. The only insight is in the unit tests: spec.lib.query.js#L12 writer.limit(5).sort(['test', 1]).group('name') But it doesn’t work for me: Post.find().sort(...
  • May 29, 2022
  • 0 Comments
I wanted to use the mongodb database, but I noticed that there are two different databases with either their own website and installation methods: mongodb and mongoose. So I...
  • May 26, 2022
  • 0 Comments