@stately-cloud/client
v0.37.0
Published
Client for StatelyDB, a document database built on top of DynamoDB with Elastic Schema that allows you to change your data model any time with automatic backwards compatibility.
Downloads
68
Readme
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/clientRead our documentation to get started and learn how to use StatelyDB.
