UNPKG

typecql

Version:

ORM for CQL databases.

18 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const operators = [ '=', '!=', '<>', '<=', '>', '<', '>=', 'IN', 'LIKE', 'CONTAINS', 'CONTAINS KEY', 'EXISTS', ]; exports.default = operators; //# sourceMappingURL=operators.js.map