Skip to content

Instantly share code, notes, and snippets.

@alex-ethier
Created November 9, 2011 23:35
Show Gist options
  • Save alex-ethier/1353547 to your computer and use it in GitHub Desktop.
Save alex-ethier/1353547 to your computer and use it in GitHub Desktop.
Mongolian - node.js
var Mongolian = require("mongolian")
var server = new Mongolian
var db = server.db("myDatabaseName")
var myCollectionName = db.collection("myCollectionName")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment