-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Thanks for this library. could be possible to adapt it to be used with mongodb 3?, now it only works with mongodb 2.6.11, as latest release.
;; connect to mongodb 2.6.11
CL-USER> (with-mongo-connection (:host "127.0.0.1" :port 27018 :db "stackoverflow" )
(show :collections))
[{name : stackoverflow.system.indexes} ]
[{name : stackoverflow.queue2} {options : (autoIndexId : T) (flags : 1) } ]
[{name : stackoverflow.queue2.$_id_} ]
NIL
;; connection to mongodb 3.0
CL-USER> (with-mongo-connection (:host "127.0.0.1" :port 27017 :db "gravity" )
(show :collections))
NIL
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
