I don't think there is any schema in the datastore. Your db tables are defined as classes in Python or Java. Once you store data, you can see it in the data-viewer. But if, for example, you delete all instances of a kind (a table?) then the structure for that table is no longer shown in the data viewer.
Also, you might define 10 attributes or columns for a data table, but you might only store 5 of them. DataViewer will only show the 5 columns stored. A person could presumably write a program to interrogate the datastore, and show a list of all kinds (tables) and the names of all columns current stored. There might be a way to show the indexes - but I haven't explored that at all. Neal Walters --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
