Skip to content

Instantly share code, notes, and snippets.

View arunoda's full-sized avatar
👨‍🍳
Cooking something new

Arunoda Susiripala arunoda

👨‍🍳
Cooking something new
View GitHub Profile
@arunoda
arunoda / app.js
Created April 7, 2011 08:13
MongoDB Helper using QBox
var mongo = require("./mongoHelper").connect("localhost", 27017, "test");
mongo.collection("collname", function(coll) {
});