Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

v0.1.4

Compare
Choose a tag to compare
@ekampf ekampf released this 02 Jun 05:49
· 131 commits to master since this release
  • 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 and required propeties.