UNPKG

npdynamodb

Version:

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

15 lines (13 loc) 195 B
'use strict'; module.exports = { string: 'S', number: 'N', binary: 'B', stringSet: 'SS', numberSet: 'NS', binarySet: 'BS', map: 'M', list: 'L', null: 'NULL', bool: 'BOOL' };