brickyang / egg-mongo-native

MongoDB egg.js plugin using native driver.
MIT License
75 stars 11 forks source link

如何插入一个ISODate的数据类型 #22

Closed Wand3ring closed 5 years ago

Wand3ring commented 5 years ago

hi

在使用过程中,我想通过.insert()给数据库插入ISODate类型的数据。

.insert(Time: {ISODate("2018-10-01T00:00:00")})

不知有没有人尝试过插入ISODate的数据类型?

brickyang commented 5 years ago

这不是本插件的问题,你应该去 Stack Overflow 提问: https://stackoverflow.com/questions/3778428/best-way-to-store-date-time-in-mongodb