Sai Jyothi Prasad Ponduru's learning blog
client= Mongo::Client.new('mongodb://username:password@serverIP:27017/databaseName?authSource=authSource db')
db = client.database
db.collections
No comments:
Post a Comment