How can I port my Sqlite database up to GAE?

后端 未结 2 1127
粉色の甜心
粉色の甜心 2021-01-15 02:02

I have a database in SQLite format in my local HD. I would like to get the database up to GAE so that I can use it to create certain cool web-apps. I have browsed around for

2条回答
  •  孤城傲影
    2021-01-15 02:41

    You can do this with the Google Cloud Storage service (https://developers.google.com/storage/). Your application can read write to files stored in the Google cloud storage, so it is possible to put sqlite files there and read from and write to them.

提交回复
热议问题