db.loadServerScripts() in mongoDB

loadServerScripts()

db.loadServerScripts() loads all scripts in the system.js collection for the current database into the mongo shell session.


Syntax:

db.loadServerScripts() 

Example

MongoDB

db.loadServerScripts()


No comments:

Post a Comment