This repository was archived by the owner on Sep 6, 2022. It is now read-only.
v0.1.4
- NdbConnectionField added arguments that can be used in quert:
- keys_only - to execute a keys only query
- batch_size - to control the NDB query iteration batch size
- page_size - control the page sizes when paginating connection results
- Added support for LocalStructuredProperty.
- Given a property
ndb.LocalStructuredType(Something)
it will automatically
map to a Field(SomethingType) - SomethingType has to be part of the schema. - Support for
repeated
andrequired
propeties.
- Given a property