been shipping software for 10 years. spent the last few months building real stuff (not todo apps) on every vibe coding platform i could get my hands on. Cursor, v0, Replit, Bolt.new, Lovable, Windsur
FABJPFarrukh and 4 more commentedI am trying to use cursor.batchSize() with db.collection.find() const MongoClient = require('mongodb').MongoClient; const url = 'mongodb://127.0.0.1'; const dbName = 'users' MongoClient.connect( url, ( err, client) => { var cursor = client.d...
BBiplab commented