mongodb-data-datewise
v1.0.5
Published
This is a simple helper library for developers to fetch mongodb datas datewise. It will enhance peformance im development as it targets to decrease the time required for manually putting a date input to fetch all abase on that perticular date!
Downloads
3
Readme
What is this?
A npm package to fetch mongodb datas datewise.
Installation
Run npm i mongodb-data-datewise
Use
const mongodbDatasDatewise = require('mongodb-data-datewise');
mongodbDatasDatewise(<___your_model_name___>, <___your_input_date___>);
Details
This is a simple helper library for developers to fetch mongodb datas datewise. It will enhance peformance im development as it targets to decrease the time required for manually putting a date input to fetch all abase on that perticular date!