-
Notifications
You must be signed in to change notification settings - Fork 11
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
Remove JugglingDB / Simplify Persistence Layer #32
Comments
In that case, would be nice to have an API allowing plugin support for other databases. Seems like somehow supplying a custom model implementing the CRUD methods should do the trick? Would be great for mschema users, being that this is maybe the only module seamlessly bridging the gaps between mschema data and database X |
Also lemme know if I just misunderstand how this package is meant to be used. Trying to get an mschema defined resource backed by a JSON file if I can be of any help. |
I agree. We've got another |
👍 |
* Removes `jugglingdb-nano` #32 * Adds support for CouchDB Mango queries * Adds examples * Should still support JugglingDB interfaces
The JugglingDB and jugglingdb-nano modules should be removed.
The extra layer added to resource persistence is cumbersome and not very good.
It would be much better to remove JugglingDB support and only focus on supporting CouchDB for now.
The text was updated successfully, but these errors were encountered: