Skip to content

Commit 414900d

Browse files
committed
Update readme
1 parent 3663663 commit 414900d

File tree

7 files changed

+19
-2
lines changed

7 files changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
# intellij-dynamodb
2-
DynamoDB plugin for Intellij IDEA and other JetBrains IDEs
1+
# IntelliJ DynamoDB Plugin for Jetbrains IDEs
2+
3+
[![Version](https://img.shields.io/jetbrains/plugin/v/org.dynamodb4idea.svg)](https://plugins.jetbrains.com/plugin/org.dynamodb4idea)
4+
[![Downloads](https://img.shields.io/jetbrains/plugin/d/org.dynamodb4idea.svg)](https://plugins.jetbrains.com/plugin/org.dynamodb4idea)
5+
6+
[IntelliJ DynamoDB](https://www.intellij-dynamodb.com/) plugin is a GUI Client for DynamoDB based on IntelliJ Platform.
7+
It is designed to query and manage DynamoDB database.
8+
You can connect to local or cloud DynamoDB, manage it, browse and edit your data.
9+
10+
To get the IntelliJ DynamoDB plugin visit [Jetbrains Marketplace](https://plugins.jetbrains.com/plugin/18896-dynamodb).
11+
12+
To get a quick tour of basic IntelliJ DynamoDB features, see the [introduction video](https://youtu.be/E1KLrgyA83w) (2 minutes).
13+
14+
![IntelliJ DynamoDB](doc/IntelliJ_DynamoDB_Plugin.webp)
15+
![IntelliJ DynamoDB Connections](doc/multiple_connections.webp)
16+
![IntelliJ DynamoDB Table View](doc/table_view.webp)
17+
![IntelliJ DynamoDB CRUD](doc/crud.webp)
18+
![IntelliJ DynamoDB query dsl](doc/query_dsl.webp)
19+
![IntelliJ DynamoDB partiql](doc/partiql.webp)

doc/IntelliJ_DynamoDB_Plugin.webp

274 KB
Binary file not shown.

doc/crud.webp

156 KB
Binary file not shown.

doc/multiple_connections.webp

153 KB
Binary file not shown.

doc/partiql.webp

105 KB
Binary file not shown.

doc/query_dsl.webp

275 KB
Binary file not shown.

doc/table_view.webp

274 KB
Binary file not shown.

0 commit comments

Comments
 (0)