mathieuancelin / play2-couchbase

Couchbase plugin for Play framework 2.2 with reactive API
http://reactivecouchbase.org/
19 stars 8 forks source link

N1QL support? #34

Closed cocodrino closed 10 years ago

cocodrino commented 10 years ago

Hi mathieu..would be possible add n1ql support in a near future??...n1ql looks promising although not full stable yet...there is an extension for the java api

https://github.com/daschl/couchbase-java-query

thanks!!...

mathieuancelin commented 10 years ago

Hi,

actually, N1QL is already supported

https://github.com/mathieuancelin/play2-couchbase/blob/master/attic/README.md#couchbase-n1ql-search

but this project is now dead, if you want to use the new version, see https://github.com/ReactiveCouchbase

cocodrino commented 10 years ago

that is fantastic...probably the best lib for couchbase than I've seen, thanks so much mathieu...I will try it.....