Can I use a MySQL database with an App Engine application

前端 未结 8 1586
广开言路
广开言路 2020-12-01 14:15

I know that App Engine has its own datastore. This is great for most cases and fairly easy to used. However, we have a MySQL database that we use for several applications an

8条回答
  •  [愿得一人]
    2020-12-01 14:28

    Yes, but not the normal, by creating a web service or a simple php page that acts as an intermediate and passing the data in json or xml.

提交回复
热议问题