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

MongoDB schema should be generated for MongoDB versions supporting schemas #6

Open
gdaniel opened this issue Mar 14, 2018 · 0 comments

Comments

@gdaniel
Copy link
Contributor

gdaniel commented Mar 14, 2018

The latest versions of MongoDB support basic schema definitions (such as field type). This information should be generated, and wrapped in specific helpers that create the database when the server is started.
This could also be useful for testing purposes, where we may need to create/drop multiple versions of the same database related to different test cases.
See #5 for a related issue on relational schema generation.

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

No branches or pull requests

1 participant