Saturday, December 10, 2011

What is the database used in google apps engine?

since google providing this free hosting for java(jsp/servlet) applications im wondering how to handle the database stuff...like create a table etc?? is ther anything like phpmyadmin?|||Google App Engine's "Datastore" service uses DataNucleus, which hooks seamlessly into Java apps via JDO or JPA. If you'd rather just use a plain old relational database, you always could get a free hosting account that comes with MySQL or something, and make calls to that server from your database code.





The link below has info on using the Datastore:

No comments:

Post a Comment