You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 codeThe text was updated successfully, but these errors were encountered: