Question

Is there any way to look at the JDO database that I created using eclipse? Does Google provide any url where I can view them?

Was it helpful?

Solution

From the documentation:

The development web server includes a console web application. With the console you can browse the local datastore.

To access the console, visit the URL /_ah/admin on your server: http://localhost:8080/_ah/admin

JDO in this case is only a wrapper to the Datastore API, so what you'll see is not a relational database.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top