Posts by Junior Marques • 11 points
3 posts
-
0
votes1
answer420
viewsA: How can I search between dates with nodejs and mongodb?
I made the following change in my search condition and apparently this working as I would like. I used lib date-fns-timezone to format the date (it would not necessarily be necessary to format the…
-
-1
votes1
answer420
viewsQ: How can I search between dates with nodejs and mongodb?
I would like to know how I can search between dates. Example: Bring all data between 06/12/2018 to 06/11/2019. Bring all data for a given year or month. How can I make these filters in my controller…
-
0
votes2
answers830
viewsQ: Unhandledpromiserejectionwarning: Sequelizedatabaseerror: Table 'salao. Users' doesn’t exist
Good morning, I’m facing the following problem Executing (default): INSERT INTO `Users` (`id`,`name`,`email`,`avatar`,`password_hash`,`provider`,`createdAt`,`updatedAt`) VALUES…