#58 What is Cursor in MongoDB | Getting Started with MongoDB | A Complete NODE JS Course

Опубликовано: 12 Март 2025
на канале: procademy
6,003
182

In this lecture you will learn what is a cursor and what is the advantage of it? When we use find() method to fetch documents from a collection, instead of returning all the documents from a collection, it returns a cursor. So, let's understand what is a cursor?