Couchbase lite concurrency?

Hi, I will be using couchbase lie on my next project and learning if its suitable.

I cant find the docs relating to concurrency operations in couchbase lite

The recommended approach is to have one Database instance per thread (which extends to all classes and operations that use it, like query). Other than that, Couchbase Lite does its best to be thread safe for all operations (even if you don’t follow that guideline it still should be ok, but a database per thread is the optimized locking model).