-
-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
RethinkDB Adapter #130
Comments
Not that I am aware of but if you want to contribute I can set the plugin repository scaffold (including some compatibility tests) up and add you to it. I don't think it would be a lot of work, somebody just has to do it (the complete MongoDB adapter is less than 200 lines of code). If you end up using Koa you will have to do the exact same work (but not have it as easily share- and reusable as in a service). |
I started work on this last night. Rethink looks like it was well rethought out. Shouldn't take long to put something together. |
@marshallswain Any update on this? |
@niallobrien @chovy It shouldn't take much more work. I've pushed what's working to https://github.com/feathersjs/feathers-rethinkdb. The todo list is in the readme. If you have any experience with RethinkDB, maybe you can review what I've done or even help out a bit. That would be greatly appreciated. |
Work is being done on this as Marshall mentioned above. But now that we have made the decision to support ORMs and not specific databases directly, we might get some features for rethink when feathers-waterline lands, as there is waterline-rethink (although looks to be abandoned). Alternatively, thinky is rethinkdb specific ORM that would be similar to feathers-mongoose. |
I am closing this issue since we have several options to use RethinkDB now. Issues can be opened either in feathers-rethinkdb or feathers-waterline |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
Are there any plans to support rethinkdb?
I see you have feathers-mongoose and feathers-mongo, but I'm learning towards KOA/Rethink on my next project.
The text was updated successfully, but these errors were encountered: