tekartik / sqflite

SQLite flutter plugin
BSD 2-Clause "Simplified" License
2.86k stars 524 forks source link

Adding Offline Syncing to Online Database #1089

Open Sun3 opened 6 months ago

Sun3 commented 6 months ago

I would love to see the ability to add Offline Syncing to an Online Database offering to sync between devices.

Thanks.

alextekartik commented 6 months ago

I understand but that is unfortunately not a target for this package. I think https://github.com/powersync-ja is offering such a possibility. https://pub.dev/packages/sqflite_common_ffi_async is built on top of sqlite_async and is proposing a compatible sqflite interface so that might be a migration path (not experimented though so I might be wrong)

Sun3 commented 6 months ago

Thanks...