Skip to content

Commit 09573a7

Browse files
committed
v0.2 message
1 parent 59457f2 commit 09573a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
### **NOTE:** This project is in BETA. Please submit [issues/feedback](https://github.com/jeremydaly/dynamodb-toolbox/issues) or feel free to contact me on Twitter [@jeremy_daly](https://twitter.com/jeremy_daly).
1111

12+
## Important Update: [v0.2](https://github.com/jeremydaly/dynamodb-toolbox/tree/v0.2) is currently in development and is a major diversion from v0.1 with several breaking changes. Please check the v0.2 branch for updates.
13+
1214
The **DynamoDB Toolbox** is a simple set of tools for working with [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) and the [DocumentClient](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/dynamodb-example-document-client.html). It lets you define your data models (with typings and aliases) and map them to your DynamoDB table. You can then **generate parameters** to `put`, `get`, `delete`, and `update` data by passing in a JavaScript object. The DynamoDB Toolbox will map aliases, validate and coerce types, and even write complex `UpdateExpression`s for you. 😉
1315

1416
### This is *NOT* an ORM (at least I hope it's not)

0 commit comments

Comments
 (0)