mongodb and mongoose
mongodb
C -> insertMany([{},{}]), insertOne({})
R -> find(), findOne()
U -> updateMany(), updateOne()
D -> deleteMany([]), deleteOne()
mongosh # mongodb shell
show dbs # show all db present in local system
use <name_of_db> # 1. if db is present...
gokulpisharody.hashnode.dev6 min read