Skip to content
Discussion options

You must be logged in to vote

SQLite is the primary write target and Supabase is the sync layer: every write goes to SQLite first (so the app never blocks on network), then a background task mirrors it to Supabase. If Supabase is unreachable, the row stays flagged unsynced in SQLite and a retry loop pushes it once the connection comes back — no writes are ever dropped, they just degrade to local-only until sync catches up.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Dhiyaahaq33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant