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
@ricick This trailpack actually does nothing about adding new methods.
And all models this.orm.User are pure mongoose models. So you could use any method you want.
We didn't write any overlay above mongoose.
Is there a way, and is it recommended to access mongoose methods on a model using this datastore? e.g. this.app.models.Sprockets.insertMany(sprockets)
The text was updated successfully, but these errors were encountered: