Google App engine external database

前端 未结 4 1762
温柔的废话
温柔的废话 2021-01-18 11:38

I\'ve been searching and can\'t find an answer anywhere. I also haven\'t had time to try it out either.

Is it possible, using java in the Google App Engine (GAE), t

4条回答
  •  别那么骄傲
    2021-01-18 11:55

    The closest thing that you will find is the Google Secure Data Connector. All connections outbound from GAE are HTTP based, so you're very unlikely to get a jdbc type connection to a database server (MySql, SqlServer, etc).

提交回复
热议问题