Python - collection.query()
Begins a new query on a Collection.
from nitric.resources import collectionprofiles = collection('profiles').allow('reading')query = profiles.query()
See also
- Adding filters: query().where()
- Limiting the results: query().limit()
- Streaming results: query().stream()
- Fetching results: query().fetch()
Last updated on Nov 4, 2024