Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8234727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:34:56+00:00 2026-06-07T18:34:56+00:00

I am developing an app on Google App Engine (SDK version 1.7.0 on Windows)

  • 0

I am developing an app on Google App Engine (SDK version 1.7.0 on Windows) that I need to test often, and this testing involves a lot of GQL queries on the datastore.

You can run GQL queries at the browser in App Engine’s admin interface online:

GQL query on remote server

But this seems to be not possible on the SDK admin console on localhost. There is no such option:

No GQL query on local host

So it seems I can run GQL queries only through python scripts on my localhost.

It’s not convenient to write a python script every time to query the results for short tasks here and there. Also, if you do it at the online admin interface, you can see the query results immediately in a nice table below. If you want to visualize all your query results in a browser window through a python script you’d have to write a lot more code, basically trying to rewrite what Google has already done very well at their server admin interface.

So I am stuck having to do this at the browser on the App Engine admin interface after deployment, which keeps adding to my allowed operations count until I have soon hit my free daily quota limit.

So isn’t there any way to run GQL queries (non-programmatically, on a browser) on my localhost?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T18:34:58+00:00Added an answer on June 7, 2026 at 6:34 pm

    You have the Interactive Console for that, you get run GQL query there.
    For example you can run following code in the Interactive Console:

    from google.appengine.ext import db
    q = db.GqlQuery("SELECT * FROM Song WHERE composer = 'Lennon, John'")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing in Google App Engine (python sdk) and I want to use jQuery
I'm developing a project on google app engine (webapp framework). I need you people
i am using python for developing Google app engine application. my question is that
I am developing a Java application using Google App Engine that depends on a
I am developing a web application on Google App Engine for Java... In this
I am developing an Twitter4J web application in Google App Engine/Java. I need to
I am developing for google app engine with JSP. And I need to compare
I'm developing a iPhone application that will use a Google App Engine backend and
I'm developing a spring based web application that is deployed on Google app Engine.
I'm developing a app in Google app Engine with GWT and GXT so i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.