I’m brand new to couchbase, and I’m developing a client which needs to issue prepared/parameterized n1ql queries via the c++ client library (https://github.com/couchbaselabs/libcouchbase-cxx). Issuing static queries is straightforward, but I haven’t been able to find the correct process for issuing prepared queries. Has anybody been able to do this?
@mnunberg can you provide insight on this issue?