UNPKG

npdynamodb

Version:

A Node.js Simple Query Builder and ORM for AWS DynamoDB.

35 lines (33 loc) 465 B
'use strict'; module.exports = [ 'select', 'table', 'count', 'all', 'where', 'first', 'whereIn', 'whereBetween', 'whereBeginsWith', 'filterBetween', 'filterBeginsWith', 'filter', 'filterIn', 'filterNull', 'filterNotNull', 'filterContains', 'filterNotContains', 'limit', 'offset', 'desc', 'asc', 'create', 'update', 'set', 'delete', 'showTables', 'indexName', 'describe', 'createTable', 'deleteTable', ];