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
The title basically says it all. It would be convenient to be able to pass a list of ORM collection records and delete them using the underlying delete_many in Python-Arango.
The text was updated successfully, but these errors were encountered:
I made bulk_delete, now is merged in master #122
Is not based on delete_many, i made a simple cycle wrapper to delete method.
Of course is not an efficient solution but it works. I will make it better in future.
Mark as closed if you are satisfied.
The title basically says it all. It would be convenient to be able to pass a list of ORM collection records and delete them using the underlying
delete_many
in Python-Arango.The text was updated successfully, but these errors were encountered: