Replies: 1 comment 2 replies
-
Make a scope for bidirectional sync (for all tables without files) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a big database with many tables and some of them contains files.
Syncing the file tables into my sqlite webassembly client (browser) is not a good idea because of the memory limitations.
Is it possible to add the file tables to the sync process but only allow to send new files to the server?
After the sync process the table inside the client should be cleared again.
My only alternative for now is to save the files somewhere else in the browser and send them to the server after a synchronization.
But this is a little bit complicate and not really error resistant.
Beta Was this translation helpful? Give feedback.
All reactions