I want example and code for all the services of feathersJS.
Like
- find
- get
- create
- update
- patch
- remove
- update
All the services in on app with the help of RethinkDB.
I want example and code for all the services of feathersJS.
Like
All the services in on app with the help of RethinkDB.
There are a couple of places to find examples.
The RethinkDB section in the feathers databases docs has some examples (especially of find).
https://docs.feathersjs.com/api/databases/rethinkdb.html#querying
And the more general docs section on Services has examples of each type.
https://docs.feathersjs.com/api/services.html
If you know what you are trying to achieve in RethinkDB already then usually you can put options into the params
argument that gets passed through the database adapter.