In php i could make very long SQL statement to write a lot
of data in one db call.
Is there something similar in Google App Engine?
Can i build request somehow and then do just one mydata.put()
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.
db.put can accept a list, so you can do
db.put([entity1, entity2, entity3])