On the production servers I can use the datastore viewer to compose some GQL (as long as it’s supported by the indexes) and find data on the fly. What’s the best way to do this on the dev server?
I’m using the Java sdk 1.4.3, and I already have remote_api installed.
The ansewr seems to be that there is no way to do this. I implemented a quick servlet to do arbitrary gql for me, which isn’t too much work, though it is a pain.