Skip to content
New issue

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

mongoose-nedb driver compatibility #485

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

JMLX42
Copy link

@JMLX42 JMLX42 commented Dec 28, 2016

Hi,

I guess we're not the only one willing to use the awesome NeDB with the great Mongoose.
Those changes are meant to make NeDB work with Mongoose using the following driver:

https://github.com/aerys/mongoose-nedb

IMHO, all those changes are self explanatory.
Please let me know if there is anything I can improve.

Regards,

@willwade
Copy link

willwade commented Jun 4, 2018

Any thoughts on this PR? It would be nice to have nedb working alongside mongoose :)

@JMLX42
Copy link
Author

JMLX42 commented Jun 6, 2018

@willwade AFAIK nedb is not maintained anymore. And we're not using this MR/code.

We've switched to:

It performs well enough for small (<100k docs) databases.
We're working on a native alternative which is 10 to 30x faster.
We might release it as open source someday in the future.

@willwade
Copy link

willwade commented Jun 6, 2018

Awesome. Thanks for the tip

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

Successfully merging this pull request may close these issues.

4 participants