What should I pass as adapter to create-mongo-client?
(ql:quickload :mongo-cl-driver.cl-async)
(ql:quickload :mongo-cl-driver)
(mongo-cl-driver:create-mongo-client adapter :server (make-instance 'mongo-cl-driver:server-config :hostname "127.0.0.1" :port 27017))
Thanks.
What should I pass as adapter to create-mongo-client?
(ql:quickload :mongo-cl-driver.cl-async)
(ql:quickload :mongo-cl-driver)
(mongo-cl-driver:create-mongo-client adapter :server (make-instance 'mongo-cl-driver:server-config :hostname "127.0.0.1" :port 27017))
Thanks.