Open anquegi opened 7 years ago
I have same issue. I tried the oldest version available via homebrew which is v3.2, and I get no connection as above. v2.6 was end of life in 2016 and doesn't seem available. Is there another cl driver for mongo? I was following Lisp for the Web & now there seems no way to continue :(
It is possible to install older versions though, just to complete the book. However of course this tends to rule out use going forward.
Update: Use SBCL! - cl-mongo works for me with that, using latest mongo-community. I was on CCL when I had the problem above.
I'll quote your edit because it's worth knowing for followers!
Update: Use SBCL! - cl-mongo works for me with that, using latest mongo-community. I was on CCL when I had the problem above.
Update: Use SBCL! - cl-mongo works for me with that, using latest mongo-community. I was on CCL when I had the problem above.
Can you be a little more specific here? Does latest really mean that this lib works with Mongo 4.2? What were all the features you tried? Queries, aggregation pipelines, collection-level operations...? It's kinda hard to believe since the code was last changed 6 years ago.
Mongo 3.6.6, SBCL 1.5.7 via roswell 19.3.10.97
* (cl-mongo:with-mongo-connection (:host "127.0.0.1" :port 27017 :db "hub")
(cl-mongo:show :collections))
NIL
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.