-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What about auth enabled mongodb #8
Comments
How about "authenticate" in driver/database.lisp? |
Why would something like this throw a cryptic error? Is there some other pattern I should use to connect to my authenicated db? MONGO> (defvar db (make-instance 'database :name "admin")) |
When I used a usocket client I got the same promise based error which surprised me. |
I don't know. I wrote this code long ago. But I will use this driver in nearest future again. Maybe then I will fix this problem. |
Thank you for a speedy and honest answer. Perhaps I will look into it myself soon. But I have needs for persistence for a lisp based web app that are pressing so I will probably use postmodern until that fire dies down. But I would love to eventually move it to mongo. |
I don't see anything the the codebase for this. Is it missing or am I missing it?
The text was updated successfully, but these errors were encountered: