Thread overview
Soon be using D with Google App Engine via Managed VMs
Jun 12, 2014
Rory McGuire
Jun 12, 2014
Casey
June 12, 2014
Can use D (esp. with Vibe.d) with the auto scaling of app engine.

http://googlecloudplatform.blogspot.com/2014/06/an-update-on-container-support-on-google-cloud-platform.html


June 12, 2014
I didn't see anything in the article, but can you still use CloudSQL and similar from inside of one of those containers without using Java/Go/whatever else is supported by App Engine?
June 15, 2014
On Thursday, 12 June 2014 at 15:23:12 UTC, Casey wrote:
> I didn't see anything in the article, but can you still use CloudSQL and similar from inside of one of those containers without using Java/Go/whatever else is supported by App Engine?

CloudSQL can be used from anywhere, but the Datastore is limited to App Engine:

«You still have access to core App Engine services such as Datastore, Task Queues, and Memcache from within Managed VMs»

https://developers.google.com/cloud/managed-vms

This is apparently not in preview yet, so it is not for production use and you have to apply to get access.