A query to add to the initial query as an and condition.
A WeivDataFilter
cursor representing the refined filters.
Rest
...propertyName: Extract<keyof CItem, string>[]The properties used in the sort.
A WeivDataQuery
cursor representing the refined filters.
A WeivDataQuery
cursor representing the refined filters.
The property whose value will be compared with the string.
The string to look for inside the specified property value.
A WeivDataQuery
cursor representing the refined filters.
Optional
options: WeivDataOptionsAn object containing options to use when processing this operation.
Fulfilled - The number of items that match the query. Rejected - The errors that caused the rejection.
Rest
...propertyName: Extract<keyof CItem, string>[]The properties used in the sort.
A WeivDataQuery
cursor representing the refined filters.
The property whose value will be compared for distinct values.
Optional
options: WeivDataOptionsAn object containing options to use when processing this operation.
Fulfilled - A Promise that resolves to the results of the query. Rejected - Error that caused the query to fail.
The property whose value will be compared with the string.
The string to look for at the end of the specified property value.
A WeivDataQuery
cursor representing the refined filters.
A WeivDataQuery
cursor representing the refined filters.
Rest
...propertyName: K[]Properties to return. To return multiple properties, pass properties as additional arguments.
A WeivDataQuery
cursor representing the refined filters.
Optional
options: WeivDataOptionsQueryAn object containing options to use when processing this operation.
Fulfilled - A Promise that resolves to the results of the query. Rejected - Error that caused the query to fail.
A WeivDataQuery
cursor representing the refined filters.
A WeivDataQuery
cursor representing the refined filters.
A WeivDataQuery
cursor representing the refined filters.
A WeivDataQuery
cursor representing the refined filters.
Rest
...includes: IncludeObject[]Array of objects that you want to include with details
A WeivDataQuery
cursor representing the refined filters.
The the property in which to check for a value.
A WeivDataQuery
cursor representing the refined filters.
The property in which to check for a value.
A WeivDataQuery
cursor representing the refined filters.
A WeivDataQuery
cursor representing the refined filters.
The number of items to return, which is also the pageSize
of the results object.
A WeivDataQuery
cursor representing the refined filters.
A WeivDataQuery
cursor representing the refined filters.
A WeivDataQuery
cursor representing the refined filters.
A query to add to the initial query as a not condition.
A WeivDataQuery
cursor representing the refined filters.
A query to add to the initial query as an or
condition.
A WeivDataQuery
cursor representing the refined filters.
The number of items to skip in the query results before returning the results.
A WeivDataQuery
cursor representing the refined filters.
The property whose value will be compared with the string.
The string to look for at the beginning of the specified property value.
A WeivDataQuery
cursor representing the refined filters.
Description
Welcome to
weivData.query
function of weiv-data library. This feature/function allows you to run queries on your database collections data. You can use features such as sort and filter. And you can control the query. Read documentation and learn more about weivData.query.Example