Skip to content

Releases: sensedeep/onetable-cli

v0.1.3

07 Feb 00:22
Compare
Choose a tag to compare

Minor Patch Release

Features

  • Re-publish for NPM new version

Fixes

  • none

See

v0.1.2

07 Feb 00:19
Compare
Choose a tag to compare

Minor Patch Release

Features

  • Fix Readme bad link

Fixes

  • none

See

v0.1.1

06 Feb 01:57
Compare
Choose a tag to compare

Initial Release

Features

  • Simple command line utility to control and manage DynamoDB schema and contents.
  • Mutate database schema and contents via discrete, reversible migrations.
  • Migrate upwards, downwards, to specific versions.
  • Automated, ordered sequencing of migrations in both directions.
  • Add and remove seed data in any migration.
  • Quick reset of DynamoDB databases for development.
  • Show database status and list applied migrations.
  • Show outstanding migrations.
  • Stored history of migrations.
  • No module dependencies other than OneTable.

Fixes

See