|
|
|
|
|
by galaxyLogic
478 days ago
|
|
How about: Have 1 + N separate SQLite database-files. Each user would have their own database-file which contains only information about that user. Then 1 shared database-file which contains info needed for all users. Users would update their own data, which is a small database file which can be easily uploaded. They would not need to update the shared data. Not knowing your app I don't know what the shared data would contain, presumably something. Perhaps the shared data-file would be updated on the server based on what individual user-data the users upload. |
|
Developers should expect users to connect to the service using multiple devices (clients).
AFAIK bare SQLite doesn't offer synchronization mechanisms between multiple SQLite instances.
I believe Turso offers some solution of this kind, but not sure if that's open source or not.