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
Is it possible to manipulate several entries at the same time? (batched / transaction)
Example upsert: there is only the possibility to upsert one model at once. This means that an event is triggered for each upsert operation. Instead, I would like to update several entries at the same time. Is there a way to do this?
The text was updated successfully, but these errors were encountered:
kAliert
changed the title
Batched modifications
Batched upsert / delete operations
Feb 16, 2025
@kAliert right now it's not possible to do batched upsert/delete using the Supabase provider (assuming you're using Supabase). I'll leave this issue open if others want to upvote it for a new feature request.
Your assumption is correct, im using Supabase for my project. I would be happy if this feature would be implemented in the future. Thanks for the feedback and a special thanks for this great project, which simplifies the development of offline first apps by a lot! :)
Is it possible to manipulate several entries at the same time? (batched / transaction)
Example upsert: there is only the possibility to upsert one model at once. This means that an event is triggered for each upsert operation. Instead, I would like to update several entries at the same time. Is there a way to do this?
The text was updated successfully, but these errors were encountered: