sync_queue_drift 0.1.0
sync_queue_drift: ^0.1.0 copied to clipboard
A durable Drift/SQLite store for the sync_queue offline-first mutation queue and sync engine.
0.1.0 #
- Add
SyncQueueDriftStore, a durable Drift/SQLiteSyncStoreforsync_queue. - Persist full queue records as JSON with indexed status and retry-time columns for efficient due-pending queries.
- Preserve operation creation-time ordering for queue reads and pending queries.