Hi all,
wondering if the GAE keys (com.google.appengine.api.datastore.Key) can be used with local mysql apps? I presume it's not possible, so if I define my primary keys in my models as long
s, do I lose too much of the key functionality, like the KeyService
and querying using keys ?
Thanks