~zorba-coders/zorba/bug-1158052-couchbase

1
2
3
4
5
6
7
8
9
10
import module namespace cb = "http://www.zorba-xquery.com/modules/couchbase";

variable $instance := cb:connect({
  "host": "localhost:8091",
  "username" : jn:null(),
  "password" : jn:null(),
  "bucket" : "default"});

variable $view-name := cb:create-view($instance, "dev_view", ("test1", "test2"));
$view-name