Add push()
method to save relationships at once
#446
Labels
enhancement
A feature that exists, works as intended but needs to be improved
medium
These issues are geared for people who have contributed to the project before
Describe the feature as you'd like to see it
If I would like to save a model and all of its associated relationships, I need to do multiple
save()
, thepush()
method could avoid doing this as in Laravel.https://laravel.com/docs/8.x/eloquent-relationships#the-push-method
The text was updated successfully, but these errors were encountered: