Skip to content Skip to sidebar Skip to footer
Showing posts with the label App Engine Ndb

Ndb Ordering By Property Of Structuredproperty

Say I have an ndb.Model class that I want to use as a StructuredProperty on another model class: cl… Read more Ndb Ordering By Property Of Structuredproperty

Optimizing A Inequality Query In Ndb Over Two Properties

I'm trying to do a query into a range of valid dates q = Licence.query(Licence.valid_from = tod… Read more Optimizing A Inequality Query In Ndb Over Two Properties

Efficient Way To Store Relation Values In Ndb

I've this data model (I made it, so if there's a better way to do it, please let me know). … Read more Efficient Way To Store Relation Values In Ndb

Ndb Query Builder Doesn't Work As Expected

I have the following query in my application query = cls.query().filter(cls.taskgroup_id == taskgro… Read more Ndb Query Builder Doesn't Work As Expected

Updating An Entity's Property Without Retrieving The Entity From The Ndb

I would like to update a property of an entity that has a lot of properties. If I understand it co… Read more Updating An Entity's Property Without Retrieving The Entity From The Ndb