sea-query
sea-query copied to clipboard
Helper methods for sea-orm soft delete
- Depended by SeaQL/sea-orm#276
@billy1624 can you fix clippy warnings? I think this is very useful.
@billy1624 do you plan to continue working?
Actually, I would prefer a non-mut style of API: instead of fn merge(&mut self, b), fn merge(&self, b) -> Self would be better.
This is no longer needed in the updated soft delete https://github.com/SeaQL/sea-orm/pull/790 I'll close this