sync_queue_drift 0.1.1
sync_queue_drift: ^0.1.1 copied to clipboard
A durable Drift/SQLite store for the sync_queue offline-first mutation queue and sync engine.
0.1.1 #
- No functional changes. Re-release so pub.dev analysis resolves the published
sync_queue1.2.0 dependency.
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.