CouchBase lite pcl 1.4.1

Does anyone know how to start using couchbase lite pcl 1.4.1 for xamarin .net standard project. Like inserting the document into the local Db, getting the document, deleting the document and updating it like all the CRUDE operations. If anyone has a sample worked on can you please share it. Thanks.

Couchbase Lite 1.x is not compatible with .NET Standard, so you cannot do this. Couchbase Lite 2.0 is compatible, however, so you should consider using that.

If you are referring to the “PCL” nuget package, that is not an official Couchbase package.