Migration CouchDB Lite iOS

hello,
I try migrate couchDB to last version. I can find same method, like clearDocumentCache.
Where i can find documentation about new methods?

Thanks a lot

The documentation for Sync Gateway can be found here and guides here.
Are you migrating the data from CouchDB to Sync Gateway?
If so, you can call a push replication from CouchDB to SG to import all the documents in SG.

James

I use CouchbaseLite framework on iOs (objective c)

Ok. So you are currently using Couchbase Lite iOS SDK + CouchDB and you would like to switch from CouchDB to Sync Gateway + Couchbase Server?

If so, a push replication from CouchDB to Sync Gateway should do the trick.