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
(Purposeful duplicate of #95)
People apparently enjoy using MongoDB.
We should add first-class support to Resourceful for MongoDB.
We should try to collaborate with @codebrew and his https://github.com/codebrew/resourceful-mongo project, or we should just write our own.
The text was updated successfully, but these errors were encountered:
i doubt resourceful could have a view implementation upon mongodb.
view
Sorry, something went wrong.
@RobinQu it's not strictly a view. You could do the following:
resource.filter('forAuthor', function (author) { this.connection.filter({ author: author }); });
or whatever the actual syntax is.
@indexzero do we actually want that in core? I'd opt for separating CouchDB out of resourceful actually (leaving only the memory engine).
resourceful
👍
Is there some updates on that topic ?
No branches or pull requests
(Purposeful duplicate of #95)
People apparently enjoy using MongoDB.
We should add first-class support to Resourceful for MongoDB.
We should try to collaborate with @codebrew and his https://github.com/codebrew/resourceful-mongo project, or we should just write our own.
The text was updated successfully, but these errors were encountered: