If your database provides a REST API for remote connections, then this should not be a problem. If you can access your database using Sockets (for example, the java.net package), this is not possible.
In addition, the Google App Engine provides a free quota based on usage, not time. See App Engine Quotas for more information.
source share