在 python 中访问 SimpleDB 的最佳模块是什么?
我正在编写一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现 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.