0

I would like to know if it is possible to upload a sqllite database to GAE, open it in read mode and than copy data from a database table to a datastore model.

Thank's in advance, Roberto

1 Answer 1

2

I recommend you take an alternative approach, where you locally use the bulk loader tool to upload your data to the GAE data store.

Sign up to request clarification or add additional context in comments.

2 Comments

Thank you Josvic, but the problem is that the sqlite db is set by e-mail from a device. My app would get the db directly from Google Apps email and process it without exit from the Google infrastructure.
@user856313 Unsure how you can do that. It surely doesn't follow a "standard" way of doing things. I.e. replacing live data from an email, can be quite risky IMO.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.