Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Persistence
-
Labels:None
Description
It would be great if we could use GORM on GAE.
Is it possible in near future?
What would GORM on GAE look like? There's no SQL database on GAE.
You can already use GORM for a GAE app, but you have to point to a MySQL server somewhere over the internet, which is going to be fairly slow (and should probably be encrypted).