Wiredcraft / loopback-connector-couchbaseX

without N1QL
MIT License
3 stars 8 forks source link

Dependencies update #124

Open fidgi opened 4 years ago

fidgi commented 4 years ago

Hi, I'm using loopback 4 with couchbase and I'd like to use this connector in replacement of a fragile rework of the unmaintained https://github.com/guardly/loopback-connector-couchbase . I don't need N1QL for now and your connector seems to fit my needs.

An important question is whether you plan to update the main depencencies such as couchbase and loopback components to their lastest releases ?

Best regards,

xavierchow commented 4 years ago

@fidgi hi, we don't have a plan to upgrade this npm to support the latest couchbase and loopback(4?) in near future, it is not a light migration, as the node.js SDK also bumped to a major version v3: https://docs.couchbase.com/nodejs-sdk/3.0/hello-world/start-using-sdk.html.

fidgi commented 4 years ago

Thanks for the reply @xavierchow . Just moving to version 2.6.11 of couhbase node SDK and the latest loopback-connector-* version will be fine.