Advertisement
Guest User

Untitled

a guest
Dec 18th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (ns messaging.models.message
  2.   (:require [[monger.core :as mg] [monger.collection :as mc]])
  3.   (:import [com.mongodb MongoOptions ServerAddress])
  4.   (:gen-class ))
  5.  
  6. (mg/connect!)
  7.  
  8. (defn -main []
  9.   (mc/find "documents" {:first_name "Ringo"})
  10.   )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement