using Couchbase-Client-0.18 with Couchbase version 2.0.0 preview 4
Hello!
I have installed and use Couchbase Server version 2.0.0 preview 4. Now I use Php-client library, but I want to use the client made on Perl. Is the Couchbase::Client for Perl by M.Nunberg is a suitable module for my version of Couchbase Server? Did anybody try to use Couchbase::Client for Perl with Couchbase Server version 2.0.0?
As ingenthr pointed out, the current version of Couchbase::Client does not support the 'extended' featureset of Couchbase Server 2.0
There is some partial work going on for 2.0-view support, but I have not had the time to complete it. https://github.com/mnunberg/perl-Couchbase-Client/blob/views/eg/couch_de... is a little demonstration of how it's supposed to look like, as a sneak preview, though I don't think it's very functional at the moment.
Yes, it should be perfectly fine. It may not have all of the features for views though. I believe it only has support for 1.8 features.