Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batched upsert / delete operations #541

Open
kAliert opened this issue Feb 16, 2025 · 2 comments
Open

Batched upsert / delete operations #541

kAliert opened this issue Feb 16, 2025 · 2 comments

Comments

@kAliert
Copy link

kAliert commented Feb 16, 2025

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?

@kAliert kAliert changed the title Batched modifications Batched upsert / delete operations Feb 16, 2025
@tshedor
Copy link
Collaborator

tshedor commented Feb 18, 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.

@kAliert
Copy link
Author

kAliert commented Feb 20, 2025

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! :)

@kAliert kAliert closed this as completed Feb 20, 2025
@kAliert kAliert reopened this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants