noppoMan/npdynamodb

View on GitHub
docs/migration_apis.md

Summary

Maintainability
Test Coverage
# 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