I've been using couchdb + flask for my ionic app.
However, my requirements have changed slightly now and I have to store a lot of lookup files in the app (transferring them everytime is very painful and slow)...
is it possible for me to use couchbase lite alongside flask + couchdb for this?
I have been trying to get some documentation/example apps but there seems to be a dearth of good documentation on this specific issue... but from what i read, it is indeed possible to sync couchbase lite and couchdb.
Another specific question I have is can I use flask to sync the two databases rather than directly connect the couchbase lite and couchdb?
Regards, Galeej