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!