Skip to content

Instantly share code, notes, and snippets.

@darui00kara
Created June 4, 2015 08:10
Show Gist options
  • Select an option

  • Save darui00kara/b6776d99979d0a119dde to your computer and use it in GitHub Desktop.

Select an option

Save darui00kara/b6776d99979d0a119dde to your computer and use it in GitHub Desktop.
mongo = Mongo.connect!
db = mongo |> Mongo.db("phoenix_bbs")
collection = db |> Mongo.Db.collection("comments")
Mongo.Server.close(mongo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment