This forum provides solutions for aws developers for their issues.It provides solutions for aws elastic ip, ec2 instance, public ip,route53 pricing, load balancers in aws,Orchestration, ebs,, lambda, installing mongodb on ubuntu etc.

Showing posts with label mongoose nodes. Show all posts
Showing posts with label mongoose nodes. Show all posts

Sunday, 6 August 2017

Mongoose

It is an object modeling tool for nodejs that connects MongoDB.Mongoose take the models and maps them to MongoDB database. install required dependencies npm install mongoose var mongoose = require('mongoose'); /*without callback */ mongoose.connect('localhost','mydatabase'); /* with callback */ create a connection object and bind two callabcks. var db = mongoose.connection; db.on('open',function...

Labels

Online Training

Your Name :
Your Email: (required)
Your Message: (required)

Powered by Blogger.

Recent Posts

Find Us On Facebook

Popular Posts