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

Plain object storage and shape description #1

Open
ducharmemp opened this issue Aug 11, 2019 · 1 comment
Open

Plain object storage and shape description #1

ducharmemp opened this issue Aug 11, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@ducharmemp
Copy link
Owner

Currently, only class-based model storage is possible. It would be nice to provide a wrapper function or helper to seamlessly insert and query plain javascript objects.

This would require figuring out a story for storing the "name" attribute of objects, and figuring out how to apply constraints and indexes to the object shapes themselves. I'd rather not go with something like prop-types for this if possible.

@ducharmemp ducharmemp added the enhancement New feature or request label Aug 11, 2019
@ducharmemp
Copy link
Owner Author

This could be solved by testing compatibility with the serializr library

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

No branches or pull requests

1 participant