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
I recommend you take an alternative approach, where you locally use the bulk loader tool to upload your data to the GAE data store.