robsonvn / laravel-couchdb

A CouchDB based Eloquent model and Query builder for Laravel
56 stars 28 forks source link

Can it be used for couchbase databases #23

Closed pedmindset closed 6 years ago

pedmindset commented 6 years ago

Pls, just want to know if it works with couchbase db also.

Thanks

robsonvn commented 6 years ago

Unfortunately not. Couchbase doesn't have the Mango Query implementation as CouchDB and Cloudant since they have their own language N1QL.

pedmindset commented 6 years ago

Thanks for the info...