Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
93 stars 13 forks source link

How to delete objects from Many<T> field? #11

Closed DimmKG closed 3 years ago

DimmKG commented 3 years ago

There are methods for adding and loading objects in a Many<T> field. But how to delete some or all of objects from it (remove records in many-to-many table)?

Electron100 commented 3 years ago

Embarrassingly, I seem to have missed implementing that. I'll add it this week.