Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个托管在 GAE 中的 GWT 项目,并且我想使用外部 MySQL 数据库而不是 Datastore 来实现持久性。是否有可能做到这一点?它与 RequestFactory 兼容吗?
谢谢
GAE 提供了使用 Google Cloud SQL 而不是 High Replication Datastore 的能力。RequestFactory 不会对您正在使用的数据存储做出假设,因此将它与 Google Cloud SQL 一起使用应该不会有任何问题。您也可以同时使用两者。
您无法连接到托管在其他任何地方的数据库服务器,除非您创建一个在 HTTP 级别上工作的接口……这听起来像一个非常糟糕的主意,原因有几个。