locorda_drift 0.5.2
locorda_drift: ^0.5.2 copied to clipboard
SQLite storage backend for Locorda using Drift ORM. Cross-platform offline storage (iOS, Android, macOS, Windows, Linux, Web) for BYOB sync engines.
0.5.1 #
0.5.0 #
- Initial public release
DriftStorage: Drift (SQLite) implementation of theStorageinterface; supports all Flutter platforms (iOS, Android, Web, Windows, macOS, Linux)DriftMainHandler: main-thread handler that manages the Drift database lifecycle and coordinates with the workerDriftWorkerHandler: worker-thread storage handler; all SQLite I/O runs off the main threadLocordaDriftNativeOptions/LocordaDriftWebOptions: platform-specific Drift configuration (WAL mode, database path, etc.)- Worker manifest (
locorda_worker.manifest.dart) for auto-discovery bylocorda_builder