blob: c589058abce2583bdbba4fb9543e92f7c5018df4 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
var rowrange = require('./rowrange');
var runInBatch = require('./batch');
var vdl = require('../gen-vdl/v.io/syncbase/v23/services/syncbase/nosql');
/**
* @summary
* Defines the client API for the NoSQL part of Syncbase.
* @namespace
* @name nosql
* @memberof module:syncbase
*/
module.exports = {
BatchOptions: vdl.BatchOptions,
ReadOnlyBatchError: vdl.ReadOnlyBatchError,
rowrange: rowrange,
runInBatch: runInBatch,
SyncGroupMemberInfo: vdl.SyncGroupMemberInfo,
SyncGroupSpec: vdl.SyncGroupSpec
};