[google-appengine] Re: phpAdmin clone for Google's datastore

2009-07-20 Thread Wooble

One you have at least one entity added for a Model programatically,
you can add more using the data viewer.

On Jul 17, 3:22 am, Marcel Overdijk marceloverd...@gmail.com wrote:
 Yep, I want to use it for adding (inserting) data.
 Maybe a feature for the future...

 On Jul 16, 5:46 pm, NealWalters nealwalt...@nealwalters.com wrote:

  There is a tool called Data Viewer in the GAE Admin Console.  Have
  you seen it?
  It displays data rows (10 at a time I think), allows you to scroll
  forward, allow you enter your own GQL command, and allows you to
  update and delete.

  The only trick is that it only works with data already stored.  So for
  example, if you define two tables (classes inheriting from db.Model),
  in your code, and only store one of them, you will only see that one
  table (that actually has data stored) in the Data Viewer.  If later,
  you delete all those rows, you will no longer see that table/patter in
  the viewer, until you store a new row in your code.

  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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: phpAdmin clone for Google's datastore

2009-07-17 Thread Marcel Overdijk

Yep, I want to use it for adding (inserting) data.
Maybe a feature for the future...

On Jul 16, 5:46 pm, NealWalters nealwalt...@nealwalters.com wrote:
 There is a tool called Data Viewer in the GAE Admin Console.  Have
 you seen it?
 It displays data rows (10 at a time I think), allows you to scroll
 forward, allow you enter your own GQL command, and allows you to
 update and delete.

 The only trick is that it only works with data already stored.  So for
 example, if you define two tables (classes inheriting from db.Model),
 in your code, and only store one of them, you will only see that one
 table (that actually has data stored) in the Data Viewer.  If later,
 you delete all those rows, you will no longer see that table/patter in
 the viewer, until you store a new row in your code.

 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: phpAdmin clone for Google's datastore

2009-07-17 Thread GregF

I modified the console from the development SDK so administrators can
run ad-hoc code from their browser. This lets you do anything you
want, even more powerful than phpAdmin.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: phpAdmin clone for Google's datastore

2009-07-16 Thread NealWalters

There is a tool called Data Viewer in the GAE Admin Console.  Have
you seen it?
It displays data rows (10 at a time I think), allows you to scroll
forward, allow you enter your own GQL command, and allows you to
update and delete.

The only trick is that it only works with data already stored.  So for
example, if you define two tables (classes inheriting from db.Model),
in your code, and only store one of them, you will only see that one
table (that actually has data stored) in the Data Viewer.  If later,
you delete all those rows, you will no longer see that table/patter in
the viewer, until you store a new row in your code.

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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---