Skip to content

Commit b23e875

Browse files
committed
update readme
1 parent 7a04ff5 commit b23e875

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
The **DynamoDB Toolbox** is a set of tools that makes it easy to work 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's designed with **Single Tables** in mind, but works just as well with multiple tables. It lets you define your Entities (with typings and aliases) and map them to your DynamoDB tables. You can then **generate the API parameters** to `put`, `get`, `delete`, `update`, `query`, `scan`, `batchGet`, and `batchWrite` data by passing in JavaScript objects. The DynamoDB Toolbox will map aliases, validate and coerce types, and even write complex `UpdateExpression`s for you. 😉
1313

14-
## Version 0.4 Alpha 🙌
14+
## Version 0.4 Alpha 🙌 <!-- omit in toc -->
1515

1616
v0.4 is almost ready to be released and supports "Type Inferencing" 😎. Please check out the [v0.4 branch](https://github.com/jeremydaly/dynamodb-toolbox/tree/v0.4) for more information, or you can install the latest alpha version using:
1717

@@ -162,7 +162,6 @@ If you like working with ORMs, that's great, and you should definitely give thes
162162

163163
## Table of Contents <!-- omit in toc -->
164164

165-
- [Version 0.4 Alpha 🙌](#version-04-alpha-)
166165
- [Installation and Basic Usage](#installation-and-basic-usage)
167166
- [Features](#features)
168167
- [Conventions, Motivations, and Migrations from v0.1](#conventions-motivations-and-migrations-from-v01)
@@ -233,7 +232,6 @@ If you like working with ORMs, that's great, and you should definitely give thes
233232
- [Adding Custom Parameters and Clauses](#adding-custom-parameters-and-clauses)
234233
- [Additional References](#additional-references)
235234
- [Contributions and Feedback](#contributions-and-feedback)
236-
- [Version 0.4 Alpha](#version-04-alpha)
237235

238236
## Conventions, Motivations, and Migrations from v0.1
239237

@@ -1290,7 +1288,3 @@ let results = await MyEntity.update(
12901288
## Contributions and Feedback
12911289
12921290
Contributions, ideas and bug reports are welcome and greatly appreciated. Please add [issues](https://github.com/jeremydaly/dynamodb-toolbox/issues) for suggestions and bug reports or create a pull request. You can also contact me on Twitter: [@jeremy_daly](https://twitter.com/jeremy_daly).
1293-
1294-
## Version 0.4 Alpha
1295-
1296-
If you'd like to try v0.4 with Type Inferencing, please check out the [v0.4 branch](https://github.com/jeremydaly/dynamodb-toolbox/tree/v0.4).

0 commit comments

Comments
 (0)