"how to connect external database to appengine?" Code Answer

3

the only way to connect external databases to appengine is by exposing them via a web api.
basically you need to create a webservices layer upon your database, allowing your gae application to interact with the remote db through urlfetch http calls.

By duduamar on July 21 2022

Answers related to “how to connect external database to appengine?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.