locorda_drift 0.5.1
locorda_drift: ^0.5.1 copied to clipboard
Locorda Drift - SQLite storage implementation for locorda_core
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