Is there an easy way to re-use an existing TouchDB server on a device and its databases with Couchbase Lite? In other words, can my CBL Manager target the existing TouchDB server?
I'm trying to wrap my head around migrating our app from TouchDB (with existing content) to Couchbase Lite. In a nutshell do I just need to follow the code change instructions here https://github.com/couchbase/couchbase-lite-ios/wiki/Upgrading-From-CouchCocoa and rename the database subdirectory from “TouchDB” to “CouchbaseLite”? Then Couchbase Lite should just pick up from where TouchDB left off?
Successfully ported TouchDB to CBL using the instructions above and everything works as expected. The CBL interface seems much more intuitive than the TouchDB. Looking forward to using some of the new features in CBL. Thanks Jens for the helpful feedback and support.