heynemann (owner)

Revisions

gist: 112035 Download_button fork
public
Description:
Pynq query
Public Clone URL: git://gist.github.com/112035.git
Python
1
2
3
4
5
6
7
From(collection)
          .where("item.property + item.value > 10")
          .order_by("item.some_order_property")
          .select_many()
 
# this returns an ordered collectin with only the items that
# have the sum of property and value greater than 10