Java SDK for development

Hi,

I am new to couchbase and trying to write java code to read/write data to couchbase. I see there are two libraries which we can use to connect to couchbase

  1. couchbase-client
  2. java-client

I couldn’t figure out the difference in functionality of both. Can someone please let me know the difference. Also is there any criteria to select one of these libraries?

-Priyanka

Please use java-client, couchbase-client is the old one!

Okay thanks for quick revert.

-Priyanka