What is the alternative for Entity.java in python version? I do not need a data model. I want my objects without a predefined structure. I just want them to be key and significant pairs, as mentioned above in Entity.java.
Can I do this in a Python version?
The low-level API is located at google.appengine.api.datastore. There is no public documentation, but the module itself has fairly full docstrings.
Try the Expando class.
class MyModel(db.Expando) pass
, . .
. , .
Source: https://habr.com/ru/post/1767903/More articles:Grails: query associations raise groovy.lang.MissingMethodException - hibernateSystem type exception: Char - c #Возможно, действительно глупый вопрос Web Farm Framework - asp.netNURBS on DirectX 11? - gpuproblem with updating rspec using rails 3 - ruby-on-railsAddition Number - mathMaster data: temporary values of a dirty object - objective-cВопрос безопасности: чрезмерные запросы Drupal из одной учетной записи пользователя - securityBlur layer under - javaDoes XML :: Simple support ordering when using arrays? - xmlAll Articles