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

Support mongoDB indexes #14

Open
jonahseguin opened this issue Jan 21, 2023 · 0 comments
Open

Support mongoDB indexes #14

jonahseguin opened this issue Jan 21, 2023 · 0 comments

Comments

@jonahseguin
Copy link
Member

Allow #[musty(mongo(index = "..."))] on fields in a Model struct for mongo impls.
This will create indexes.

Indexes should be sync'd manually by the user with a Model::sync(&db) call at the start of their application.
Perhaps a musty::sync![User, UserAuth, ...]; macro to allow for streamlining this code

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

No branches or pull requests

1 participant