Enable or disable Couchbase lite usage?

Hi,

I integrated Couchbase lite on iOS and using for push/pull/continuos data sync replication.
Just wondering, can I enable / Disable Couchbase lite use in the iOS mobile app when i require and not require to do data sync?

Thanks,

Couchbase Lite refers to the embedded NoSQL database. CBL can be used entirely stand-alone as your persistent data store on device.

It includes the ability to sync, but you don’t have to use it. So I’m not sure about your question. Do you really want to switch off Couchbase Lite, or just the sync part?