python - ORM for google cloud datastore -


https://developers.google.com/datastore/docs/overview

it looks datastore in gae without orm (object relation model). may used same orm model datastore on gae cloud datastore? or there orm support can found cloud datastore?

google cloud datastore provides low-level api (proto , json) send datastore rpcs.

ndb , similar higher level libraries adapted use lower level wrapper googledatastore (reference) instead of google.appengine.datastore.datastore_rpc


Comments

Popular posts from this blog

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -