HI Appengine does not use SQL.
There are tools that will let you see if particular records are present in the database. There are admin tools for browsing the database by kind, you can use the remote_api_shell to load your models and query objects. You app is safe. Appengine service itself is not open source, You application can be, but doesn't need to be open source. Once you code is deployed on appengine, only the person that deployed it can download it, and this capability can be pernanently turned off. As to the specific suitability of appengine to your application only you can decide. I suggest you work through the getting started guides for java or python as appropriate. Rgds Tim -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
