从NOSQL Workbench中删除本地DynamoDB的表

发布于 2025-01-23 06:32:20 字数 220 浏览 3 评论 0原文

我在本地DynamoDB连接中添加了两个表,似乎找不到删除它们的方法。我想删除如下图所示,删除“可旋转”和“可旋转本地”。谢谢!

I added two tables to my local dynamodb connection and couldn't seem to find a way to delete them. I would like to delete "CoreTable" and "CoreTable-local" as shown in the figure below. Thanks!

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

夜血缘 2025-01-30 06:32:20

我能够使用aws-cli

aws dynamodb demandb delete-name< table name> -endpoint-url http:// localhost:8000

删除表。但是我仍然想知道是否可以在NOSQL Workbench中完成。

I was able to use the aws-cli

aws dynamodb delete-table --table-name <table name> --endpoint-url http://localhost:8000

to delete the table. But I still wonder if that can be done in NoSQL Workbench.

╰沐子 2025-01-30 06:32:20

它在操作下拉列表中。

“

It is in the Operations drop-down.

sample-image

得不到的就毁灭 2025-01-30 06:32:20

DynamoDB现在已经添加了自2022年6月发行以来的创新,更新和删除的直接支持。升级您的NOSQL工作台以获取此功能。

访问在这里

Dynamodb has now added direct support for CreateTable, UpdateTable, and DeleteTable since Jun 2022 release. Upgrade your Nosql workbench to get this feature.

Visit here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文