Reputation: 20890
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.
Upvotes: 2
Views: 152
Reputation: 20890
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.
Upvotes: 1
Reputation: 14185
The Development Console is accessable at http://localhost:8080/_ah/admin
Upvotes: 1