-
Create an editor pane following N1QL grammar.
-
Hello Metabase Team !
What about a Couchbase driver ?
It now has a SQL-like interface (N1QL) that could facilitate the job.
I wish I had clojure skills.
Best regards,
Metabase just changed my…
-
I've been developing a program with Dart, websockets, Couchclient and couchbase. I found out that there is a new query language, N1QL, under development in Couchbase.
Do you have any plans to support …
-
Create a struct `Filter` with `fieldName`, `value`, `operator` fields, which represents the where condition.
This is would be an alternative method for N1QL's select usage.
-
Is it possible to implement n1ql and view queiries into your client?
-
I am trying to delete a particular attribute from a document in a bucket using N1QL.
Example:
My Document Named "xx_1" in the bucket "xx" contains the below,
[
{
"i5": {
"i1": "A bulk g…
-
-
It looks like the hands_on_n1ql binary from the original Github repo was compiled with an old version of Go 1.4 (dated by 2014) which was causing a crash on my current Mac OS (I've upgraded to Mojave …
-
Do I understand it right that `CouchbaseSource.fromN1qlQuery()` doesn't support backpressure at all?
I used `akka-stream-alpakka-couchbase:3.0.3` with Scala 2.12.13 and Akka 2.6.14
A graph like th…
-
I'm thinking about the following:
1: We can take a bit of inspiration from the design/structure/tooling of https://github.com/JSQLParser/JSqlParser to give us a "base" for this feature.
2: We ca…