Skip to content
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

feat(mongodb): Add and update feathers-mongodb as @feathersjs/mongodb #2610

Merged
merged 6 commits into from
May 1, 2022

Conversation

daffl
Copy link
Member

@daffl daffl commented Apr 24, 2022

This pull request converts https://github.com/feathersjs-ecosystem/feathers-mongodb to @feathersjs/mongodb and pulls it into core.

Since the new @feathersjs/schema, especially in combination with Feathers services, covers essentially most things a traditional ODM (in this case specifically Mongoose) or ORM would do (but with more flexibility and likely better performance since it works with plain objects instead of model instances and can be used in combination with existing Feathers caching and dataloading plugins), it is a good time to integrate the more low level database adapters closer into Feathers core.

They will provide the default integrations for databases in the CLI and should be maintained together with everything else (including documentation). SQL databases will be supported through a migrated https://github.com/feathersjs-ecosystem/feathers-knex

@daffl daffl merged commit 6d43734 into dove May 1, 2022
@daffl daffl deleted the mongodb branch May 1, 2022 16:19
@noor-tg
Copy link

noor-tg commented Jun 26, 2022

👍🏼

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants