Stately JavaScript/TypeScript Client
StatelyDB is a document database built on top of DynamoDB. It uses Elastic Schema to allow you to update your data model at any time, with automatic backwards and forwards compatibility.
This client is currently meant for use from NodeJS server applications.
The client library can be installed from NPM:
npm install @stately-cloud/client
# or
pnpm install @stately-cloud/client
# or
yarn add @stately-cloud/client
Read our documentation to get started and learn how to use StatelyDB.