在 python 中访问 SimpleDB 的最佳模块是什么?

发布于 2024-08-22 19:27:08 字数 230 浏览 3 评论 0原文

我正在编写一个 python 脚本来选择、插入、更新和删除 SimpleDB 中的数据。

到目前为止,我一直在使用 Sixapart 编写的 simpledb 模块,并且运行得很好。

我发现一个潜在的错误/功能在使用“limit”运行选择查询时对我来说是有问题的,我正在考虑使用 boto 模块尝试它,看看它是否工作得更好。

有人用过这两个模块吗?愿意就哪个更好提供意见吗?

谢谢!

I'm writing a python script to select, insert, update, and delete data in SimpleDB.

I've been using the simpledb module written by sixapart so far, and it's working pretty well.

I've found one potential bug/feature that is problematic for me when running select queries with "limit", and I'm thinking of trying it with the boto module to see if it works better.

Has anyone used these two modules? Care to offer an opinion on which is better?

Thanks!

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

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

发布评论

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

评论(1

2024-08-29 19:27:08

我发现 boto 非常有效且直接,并且在有限制的查询方面我从未遇到过任何问题。虽然我从未使用过 Sixapart 模块。

I've found boto to be effective and straight forward and I've never had any trouble with queries with limits. Although I've never used the sixapart module.

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