Question

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!

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top