Sieabah/feathersjs-couchbase

View on GitHub
lib/querybuilder/queryconsistency.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports = { NOT_BOUNDED: 0, REQUEST_PLUS: 1, STATEMENT_PLUS: 2 };