Can I use a MySQL database with an App Engine application

前端 未结 8 1609
广开言路
广开言路 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:23

    The simple answer is : NO.

    The way to access your MySQL would be by exposing a web-service interface to it.

提交回复
热议问题