App Engine's Python standard runtime connects to Cloud Datastore using the NDB Client Library <https://cloud.google.com/appengine/docs/standard/python/ndb/>. The NDB Client Library provides persistent storage in a schemaless object datastore. It supports automatic caching, sophisticated queries, and atomic transactions.
You cannot use the Cloud Datastore client library <https://cloud.google.com/datastore/docs/reference/libraries#client-libraries-install-java> with Python applications in the App Engine standard environment. You may look for more details in the "Cloud Datastore Overview" online document <https://cloud.google.com/appengine/docs/standard/python/datastore/>, as well as Using Cloud Datastore <https://cloud.google.com/appengine/docs/flexible/python/using-cloud-datastore> . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a295eb7b-2e4e-4b2f-9acd-f720a6081677%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
