Skip to content

Commit

Permalink
Merge pull request #27 from mindler-olli/main
Browse files Browse the repository at this point in the history
update readme & version
  • Loading branch information
woltsu authored Apr 10, 2024
2 parents 5fb5bb3 + 651e29f commit dc22939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="assets/logo.png" width="400px" align="center" alt="Tsynamo logo - The logo has the DynamoDB logo on the left and the Typescript logo on the right with a red heart in between" />
<img src="https://github.com/woltsu/tsynamo/blob/5fb5bb349887f0b8f0c903cbba93feb2a4a1ae50/assets/logo.png" width="400px" align="center" alt="Tsynamo logo - The logo has the DynamoDB logo on the left and the Typescript logo on the right with a red heart in between" />
<h1 align="center">Tsynamo</h1>
<p align="center">
✨ Type-friendly DynamoDB query builder! ✨
Expand All @@ -14,7 +14,7 @@
<a href="https://opensource.org/licenses/MIT" rel="nofollow"><img src="https://img.shields.io/github/license/woltsu/tsynamo" alt="License"></a>
</p>

![](assets/demo.gif)
![](https://github.com/woltsu/tsynamo/blob/5fb5bb349887f0b8f0c903cbba93feb2a4a1ae50/assets/demo.gif)

Tsynamo simplifies the DynamoDB API so that you don't have to write commands with raw expressions and hassle with the attribute names and values. Moreover, Tsynamo makes sure you use correct types in your DynamoDB expressions, and the queries are nicer to write with autocompletion!

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsynamo",
"author": "woltsu",
"version": "0.0.8",
"version": "0.0.9",
"description": "Typed query builder for DynamoDB",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit dc22939

Please sign in to comment.