Answer the question
In order to leave comments, you need to log in
How to properly write a query in MongoDB?
Hello. I work with MongoDB on Node.js. The data is stored in this form:
{plants:
[ { name: 'ромашки',
periodicity: 1,
last: 2016-09-04T19:18:52.055Z,
next: 2016-09-05T19:18:52.055Z },
{ name: 'бамбук',
periodicity: 30,
last: 2016-09-04T19:18:52.055Z,
next: 2016-10-04T19:18:52.055Z }
],
telegramID: 146444,
time: '12:45' }
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question