@jitterbit/npdynamodb
Version:
A Node.js Simple Query Builder and ORM for AWS DynamoDB.
31 lines (27 loc) • 490 B
Markdown
# Migration Apis
#### Migrator
* createTable
* updateTable
* deleteTable
* waitUntilTableActivate
* waitForTableExists
* waitForTableNotExists
#### Schema Builder
* string
* number
* binary
* globalSecondaryIndexUpdates
- create
- update
- delete
* localSecondaryIndex
* globalSecondaryIndex
* provisionedThroughput
* streamSpecificationEnabled
* streamSpecificationViewType
* projectionTypeAll
* projectionTypeKeysOnly
* projectionTypeInclude
##### chainable
* rangeKey
* hashKey