Skip to content

Instantly share code, notes, and snippets.

View heru's full-sized avatar
🏠
Working from home

heru heru

🏠
Working from home
View GitHub Profile
@heru
heru / node-mo.js
Created August 20, 2011 01:51
this gist contain how to connect mongodb from node.js using mongoose ORM
/**
* how to connect mongodb in node.js using mongoose ORM
* MongoDB Resources : http://mongodb.org
* Mongoose Resources : http://mongoosejs.com
**/
// initialize mongoose
var mongoose = require('mongoose');
// connection mongoose to mongodb