feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
15.04k stars 751 forks source link

docs: Update adapter documentation #3249

Closed b-steel closed 1 year ago

b-steel commented 1 year ago

Summary of Problem

The current knex docs incorrectly refer to mongodb in the knex documentation, they state that the default id is '_id', and they mention the events option which has been deprecated. The mongodb docs similarly mention the deprecated events option.

The common adapters documentation does not have type descriptions for the options while the knex and mongodb docs do.

What did I do

Add /fix type annotation for the common adapter options. Directly copy updated documentation into the knex / mongodb sections so they are exactly the same and mention/link to the other, deprecated options