You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, the sync now works in scope of individual notepad entries: every notepad line now has an ID - if that line is deleted, the delete is propagated to all devices. It is a huge improvement over previous backup/restore style which would simply zip entire notepad and overwrite anything you had on your device.
Currently Aedict's way of storing data is really REALLY old and crappy, you can read about this more here: https://www.patreon.com/posts/true-cloud-7533022
So, the logical solution is to move to NoSQL databases with server sync capabilities. Possible solutions are:
The problem with CouchBase is that the ForestDB engine is untested and buggy: https://github.com/couchbase/couchbase-lite-java-core/issues/1536 https://github.com/couchbase/couchbase-lite-java-core/issues/1533
https://github.com/couchbase/couchbase-lite-core/issues/42
I'm not sure whether I wish to use the SQLite engine - it's slower and it's getting replaced by the ForestDB engine.
The text was updated successfully, but these errors were encountered: