Python - collection.query()

Begins a new query on a Collection.

from nitric.resources import collection
profiles = collection('profiles').allow('reading')
query = profiles.query()

See also

Last updated on Nov 4, 2024