Is it possible to INSERT or UPDATE a entity in the datastore using the Admin > Datastore Viewer.
E.g. executing something like
INSERT INTO table VALUES (Foo='Bar')
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No you can’t; GQL is a SQL-like language just for retrieving entities or keys.
You can INSERT, UPDATE or DELETE entities using the Datastore Viewer or from your application code.