AppEngine's datastore is not a relational database and therefore certain relational features, such as JOINs are not supported. Nevertheless all of persistence.js's APIs are supported with the exception of:
not in query filtersprefetch is not supported on query collectionsAlso, because AppEngine is not a very asynchronous environment, persistence.js's operations will be performed synchronously. We intend to investigate the use of more of AppEngine's async features to optimize things.