We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
they now have 2.1 + drivers that support promises etc. with so many differnet options it would help to know what the key points are.
The text was updated successfully, but these errors were encountered:
The key point of mongojs is that it tries to follow the mongodb cli interface as much as possible ➕ handling connection management for you.
Sorry, something went wrong.
One notable difference is that the "promise-if-no-callback" feature is not supported. (at least not for cursors)
Mongojs requires callbacks for - near as I can tell - Cursor.prototype.*()
Cursor.prototype.*()
Although, the behavior of providing a promise when there's no callback is proposed in this PR
#368
No branches or pull requests
they now have 2.1 + drivers that support promises etc. with so many differnet options it would help to know what the key points are.
The text was updated successfully, but these errors were encountered: