Thursday 20 April 2017

Node.js library to read/write from Mongo by convention (e.g. findByEmailAndLogin)

Is there any node.js library which allows to perform mongo queries with a syntax similar to findByEmailAndLogin (Spring Data style). I found something like https://www.npmjs.com/package/mongoose-find-by-whatever but it seems to work only for limited(single?) fields.



via kadiii

No comments:

Post a Comment