Posts for Mongoose timestamps

Deven
Deven wrote

Learn How to use Mongoose timestamps

In this article, You will learn how to use Mongoose timestamps. Mongoose schemas have a timestamps option that informs Mongoose to automatically manage createdAt and updatedAt properties on your documents. Everything in Mongoose starts with a Schema. MongoDB collection maps each schema and within that collection, it defines the shape of the documents. Let’s assume […]

October 16, 2021 in Code examples