Riley Lark
Riley Lark

Reputation: 20890

Interactive GQL on GAE/J dev server

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

Answers (2)

Riley Lark
Riley Lark

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

Chris Farmiloe
Chris Farmiloe

Reputation: 14185

The Development Console is accessable at http://localhost:8080/_ah/admin

Upvotes: 1

Related Questions